Hi,
1. Does the engine you are using support 8859-1?
OOo use the jdk (or ?) and the jdk support 8859-1 The encoding is set to iso-8859-1 in the xsl-file. <xsl:output encoding="iso-8859-1"> OOo with jdk 1.4.2 i get: <?xml version="1.0" encoding="UTF-8"?> OOo widht jdk 1.5 i get: <?xml version="1.0" encoding="UTF-8"?> cmdline: jdk 1.4.2 i get: <?xml version="1.0" encoding="iso-8859-1"?> xsltproc i get: <?xml version="1.0" encoding="iso-8859-1"?>
2. Is your stylesheet being used, or another being called up? I don't know the architecture well enough to say.
OOo and the cmdline use the same xslt-file.
If it is libxslt, try it from the command line and see if you get 8859-1.
xsltproc --version Using libxml 20623, libxslt 10115 and libexslt 812 xsltproc was compiled against libxml 20622, libxslt 10115 and libexslt 812 libxslt 10115 was compiled against libxml 20622 libexslt 812 was compiled against libxml 20622 xsltproc works and i get 8859-1
regards Dave Pawson
by Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
