TheWizardofInt
Well-known member
I need to pass an XML value which contains a "<"
When I load the XML document containing "<", the program throws an error farther down the line, thinking that I have started a new node
Is there a way to pass this value, or do I have to change the character as part of error handling?
Here is an example of what I mean:
<Contacts>
<Contact Notes>
<RecID> DJDEWYDHD>/#</RecID>
<Notes> Here are some notes</Notes>
</Contact Notes>
</Contacts>
When I load the XML document containing "<", the program throws an error farther down the line, thinking that I have started a new node
Is there a way to pass this value, or do I have to change the character as part of error handling?
Here is an example of what I mean:
<Contacts>
<Contact Notes>
<RecID> DJDEWYDHD>/#</RecID>
<Notes> Here are some notes</Notes>
</Contact Notes>
</Contacts>