Hi
This the situation,
I have unprintable characters that need to be enclosed in an XML tag. For example,
char DATA_ELEM_SEP = 0x1D;
While builiding my XML string using JDOM, it complains that the 0x1D is an illegal XML character. Is there some way that I can use some kind of escape characters to put this in the XML???
Please help. This is urgent.
This the situation,
I have unprintable characters that need to be enclosed in an XML tag. For example,
char DATA_ELEM_SEP = 0x1D;
While builiding my XML string using JDOM, it complains that the 0x1D is an illegal XML character. Is there some way that I can use some kind of escape characters to put this in the XML???
Please help. This is urgent.