[jdom-interest] JDOM and the Web services pack/JAXP bundle
Jason Hunter
jhunter at servlets.com
Sat Aug 31 13:38:53 PDT 2002
The recognized encoding is "UTF-8". If you can, change the document to
use that encoding name and things will work. If not, there are
generally parser tweaks that tell the parser to recognize Java encoding
names in addition to XML encoding names, and that would allow the parser
to recognize UTF8 also.
-jh-
Christian Martinez wrote:
>
> I have an application which uses XML to communicate with
> ArcIMS. If I run this applicaiton in the Tomcat 4.0.4
> environment everything works great. If I try to run it in the
> jwsp 1.0.1 environment I get...
>
> org.xml.sax.SAXParseException: Invalid encoding name "UTF8"
>
> I think caused by the java xml jars. My question is how do I
> make them play nice with JDOM?.
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
More information about the jdom-interest
mailing list