hi
i have try to use sqltransformer with xml files thas have greek content
and i get the error:
----
Message: SAXException while streaming DOM node to SAX:
org.xml.sax.SAXException: Attempt to output character of integral value
949 that is not represented in specified output encoding of ISO-8859-1.
Description: org.apache.cocoon.ProcessingException: SAXException while
streaming DOM node to SAX: org.xml.sax.SAXException: Attempt to output
character of integral value 949 that is not represented in specified
output encoding of ISO-8859-1.: org.xml.sax.SAXException: Attempt to
output character of integral value 949 that is not represented in
specified output encoding of ISO-8859-1.
Sender: org.apache.cocoon.servlet.CocoonServlet
----
looking around i have found in the last cocoon release changes log
..
..
Databases: The xml-encoding for the SQLTransformer is now configurable. (CZ)
..
..
does anyone know how can i set SQLTransformers encoding?
i have try (unsuccesfull) :
<map:transformer logger="sitemap.transformer.sql" name="sql"
src="org.apache.cocoon.transformation.SQLTransformer">
<encoding>UTF-8</encoding>
</map:transformer>
any hint?
thnx
--stavros
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]