Opening the file in XMLSpy (or any other viewer) generally causes an error though. I am using the DOMWriter but I can’t save the XML file (and it won’t validate) with that “<” in the character data.
-----Original Message-----
Assuming you're letting Xerces do the serialization (by using DOMWriter, for instance), just include '<' in your character data. Xerces translates characters into the corresponding character entities as needed.
|
- RE: Less-than reserved character sanity check... Jesse Pelton
- RE: Less-than reserved character sanity check... Styduhar, Chris
- RE: Less-than reserved character sanity check... Jesse Pelton
- RE: Less-than reserved character sanity check... Styduhar, Chris
- RE: Less-than reserved character sanity check... Jesse Pelton
- RE: Less-than reserved character sanity check... Styduhar, Chris