XML text fields with carriage returns

dreslp

New Member
During the parsing of several XML documents using Progress 9.1C, I've seen that some text nodes are getting an ascii code value of 10 (line feed) - is there some way in the XML syntax to not load those values??

For example, I have a node (tag) that has another node underneath it, but it is creating a node for the line feed that is between the first and second node that has the value of 7 spaces then a line feed then several more spaces. Has anyone else hit this??
 
Top