users@jaxb.java.net

Re: UTF-8 charcter in tag name

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Tue, 2 Feb 2010 19:12:54 +0100

This 2nd version is really doing it according to the JDK javadoc, so it
looks as if this is a glitch in the _18 release and not a JAXB problem,
which means that resolving this might take a while, and the outcome
is dubious.

How urgent is this upgrade, and do you have alternatives?

I've forgotten your original operating constraints, but would an
XSLT transformation of your XML work around the problem?

-W


On Tue, Feb 2, 2010 at 6:48 PM, Noxi <noxilim2_at_web.de> wrote:

>
>
> Wolfgang Laun-2 wrote:
> >
> > I don't have that particular 1.6.0_18 release installed, but please try
> >
> > InputSource inpsrc = new InputSource( "some.xml" );
> > org.xml.sax.XMLReader reader =
> > org.xml.sax.helpers.XMLReaderFactory.createXMLReader();
> > SAXSource theSource = new SAXSource( reader, inpsrc );
> >
> > -W
> >
>
> The same error, unfortunatelly.
> This also works wit 1.6.0_16 but not with _18.
> --
> View this message in context:
> http://old.nabble.com/UTF-8-charcter-in-tag-name-tp26302584p27424520.html
> Sent from the java.net - jaxb users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>