[jdom-interest] RDF problem
xavi...
escufi at menta.net
Thu Mar 13 11:14:19 PST 2003
Hi
I'm developing a RSS reader and i have a little problem with the RSS
that have this lines.
------------------------
I want to know how to read this in jdom
<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
%HTMLlat1;
]>
----------------
The doc are
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
%HTMLlat1;
]>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
>
...
Thanks
sorry my english isn't good. I must improve it
More information about the jdom-interest
mailing list