Page 1 of 1

Invalid character

Posted: Wed Dec 06, 2006 2:27 pm
by manuel.dorne
Hi !

I'm trying to create an XSL in order to generate scribus files (http://www.scribus.net/).
These files are in XML, but there are some invalid characters in this XML (Oxygen can't validate it)

These characters are:




Do you know how to make it accepted by Oxygen ?

Thanks a lot for your help !

Posted: Wed Dec 06, 2006 3:18 pm
by sorin_ristache
Hello,

These characters are not valid XML characters so you cannot use them in an XML document. Any document including one of them is not a well-formed XML document.


Regards,
Sorin

Posted: Wed Dec 06, 2006 6:13 pm
by manuel.dorne
bad news but thanks !