[Servingxml-help] Fwd: Flat2XML - XML encoding iso-8859-1 instead of utf-8
Brought to you by:
danielaparker
From: <jlf...@gm...> - 2007-01-05 12:44:01
|
Hello again, I have already found the solution, I have to include the following within <sx:serialize> tags, ... <sx:xsltSerializer> <sx:outputProperty name=3D"indent" value=3D"yes"/> <sx:outputProperty name=3D"encoding" value=3D"ISO-8859-1"/> </sx:xsltSerializer> .... Thank you very much, "servingxml" is a really good tool... ---------- Forwarded message ---------- From: Jose Luis Florido D=EDaz <jlf...@gm...> Date: 05-ene-2007 12:25 Subject: Flat2XML - XML encoding iso-8859-1 instead of utf-8 To: ser...@li... Hello, I am a new developer in servingxml and I have found the following problem. I have processed a flat file with fixed data columns and two sections groups. It has been very easy to produced the xml output file with my xsd specifications following the documentation that servingxml provides. But I have problems related to validation of the resulting xml file because it contains =D1 characters. The default encoding output of servingxml is utf-8= , so that... how can I change this encoding default charset of output xml?? I tried to include the following in "servingxml.xml" but it does not work, <sx:xsltConfiguration version=3D"2.0"> ... <sx:systemProperty name=3D"encoding" value=3D"iso-8859-1"/> ... </sx:xsltConfiguration> Any help would be greatly appreciated, thank you very much. |