Menu

#2 allow %param.ent in DOCTYPE, update to the latest JDom

open
5
2003-05-06
2003-05-06
No

Hello, XWeb developers!

I had a problem, my xweb doc
contained

<!DOCTYPE book [
<!ENTITY % param.ent
SYSTEM "param.ent">
%param.ent;
]>

and I
couldn't get over it. Then I updated to the latest JDom
and
switched to SAXBuilder. It helped as I
passed
org.xml.sax.InputSource( file-uri ) to it and so
the
param.ent systemid could be resolved.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.