XMLLite Attribute Character Escaping

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have 2 problems currently in XMLLite, both concerning the escaping of characters in and Attribute.
The first is when adding HTML markup as an attribute (not ideal, but not really changeable at this stage) the < are escaped as &lt; however the > are completey ignored. Is there a way to force thsi to be escaped as well?
The second problem has to do with Carriage Returns in an Attribute, these are currently being escaped as &xD; Is there a way to prevent them from being escaped at all?
Possibly a solution to both issues is to write raw chars, however I cant seem to find any way of writing raw character to an attribute, is this possible?


View the full article
 
Back
Top