Re: Saving control character in xml file

2002-11-22 Thread Joseph Kesselman
The list of legal Unicode characters in XML can be found in the XML Recommendation -- see http://www.w3.org/TR/REC-xml#charsets for details. The 0x2028 characters is in the legal range. The list of characters which can be expressed in your _file_ depends on your encoding. Characters which the e

Saving control character in xml file

2002-11-22 Thread Timo Haberkern
hello, is it possible to save control characters to xml file. I need a "
" in the xml file. If i try it with createTextNode("
") it appears transformed in the xml file. Is there a solution that prevents the string and write it exactly in that form in the file? -- regards Timo Haberkern EMEDIA O