[jdom-interest] Re: XMLOutputter writes, Invalid character 0x0
Jason Hunter
jhunter at servlets.com
Tue Sep 24 11:15:18 PDT 2002
Looks like the error is in req.xsd. That implies it's unrelated to
JDOM.
-jh-
Mahmood Mohammed wrote:
>
> Hi All,
>
> I constructed JDOM document and writes to file using XMLOutputter, but
> when I try to read back using SAXBuilder, it throws the following
> exception
> this error occurs on Japanese system, it work fine on English system.
> Attached sample XML schema.
>
> ============= ERROR ==================
> req.xsd: An invalid XML character (Unicode: 0x0) was found in the
> element content of the file:/e:/schema/req.xsd: An invalid XML character
> (Unicode: 0x0) was found in the element content of the document.
> ============= ERROR ==================
>
> Any input will be appreciated
> Thanks in advance.
>
> Thanks
> --mahmood
>
> -----Original Message-----
> From: jdom-interest-admin at jdom.org
> [mailto:jdom-interest-admin at jdom.org]On Behalf Of Jason Hunter
> Sent: Friday, June 29, 2001 3:14 PM
> To: jlatham at rockysoft.com
> Cc: jdom-interest at jdom.org
> Subject: Re: [jdom-interest] Using JDOM with Microcoft Java VM +
> Internet Explorer (Fixing NoClassDefFoundError) (Archive purposes)
>
> Jake Latham wrote:
> >
> > I was getting this error when trying to run the program as an applet
> under
> > Internet Explorer, but it compiled fine, since the classpath included
> > jdom.jar and xerces.jar.
> >
> > So, set the Classpath for Microsoft's VM open up the registry editor
> > (start->run->regedit) and go to the key:
>
> That's only going to work for your personal browser, not for anyone else
> browsing the page with the applet. If there will be other users, you'll
> want the applet to download the JARs it needs over the network, by
> specifying the right parameters in the <APPLET> tag.
>
> -jh-
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@you
> rhost.com
>
> ------------------------------------------------------------------------
> Name: req.xsd
> req.xsd Type: unspecified type (application/octet-stream)
> Encoding: base64
> Description: req.xsd
More information about the jdom-interest
mailing list