users@jaxb.java.net

Re: UTF-8 charcter in tag name

From: Noxi <noxilim2_at_web.de>
Date: Tue, 2 Feb 2010 09:48:00 -0800 (PST)

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.