|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: 0x19 is not a legal XML character
This is an XML question. Try
http://www.ibiblio.org/xml/mailinglists.html and pick the mailing list
that best suits your needs.
Because XML is related to XSLT, I'll answer it (hope Tommy does not mind ;). The parser is correct, 0x19 is not a valid character. The message says that, after translation from the used encoding, the character U+0019 is not allowed inside XML. This is not true for XML 1.1, which does allow such characters. The character U+0019 means "End of Medium" and is a control character sometimes used to (incorrectly?) designate the end of a file. In other words: your XML files do not contain legal well-formed XML and, as such, are not XML at all. It has nothing to do with your diacritics problems, it is just incorrect at the source and should be fixed there. Hope this helps, -- Abel Braaksma Vaduvoiu Tiberiu wrote: I know this is not a xsl specific problem but I was hoping someone knows the answer. I am using a repository on apache tomcat. I have a lot of xmls that have content with h` (italian french or other country specific characters). When I try to display these xmls on my site on catalina.out I get this error:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







