EDN Admin
Well-known member
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 < 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
The first is when adding HTML markup as an attribute (not ideal, but not really changeable at this stage) the < are escaped as < 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