[jdom-interest] parsing errors
Wesley Biggs
wbiggs at elite.com
Fri Dec 8 10:18:45 PST 2000
Greg,
Replace the '&' with '&' to get proper XML.
Wes
-----Original Message-----
From: Gregory S. Hill [mailto:greg at visualmining.com]
Sent: Friday, December 08, 2000 8:14 AM
To: JDOM Interest
Subject: [jdom-interest] parsing errors
I need some help here. Consider the following piece of code:
<html>
<body>
.
.
.
<CWEmbedHtml>
http://myserver.com:10000/charts/examples/monthlyserverhits.cdx?type=png&dri
lldown=true
</CWEmbedHtml>
.
.
.
</body>
</html>
When I run this through the DOMBuilder, I get the following error
message:
org.jdom.JDOMException: Error on line 29 of XML document: The reference
to entity "drilldown" must end with the ';' delimiter....
How do I keep the Builders (DOM, SAX) from trying to check the
entities? There may be many valid or invalid entities in the document.
I don't care. I just want to parse the Elements. The format of the
text contained in the Elements is completely irrelevant.
Any help would be deeply appreciated.
-greg
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
More information about the jdom-interest
mailing list