A
Alexandra Stehman
How does one get the DTD out of a org.w3c.dom.Document object created
with XML whose first two lines look like this:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE metadata SYSTEM
"http://www.dtdhost.com/location/of/my_metadata.dtd">
Document.getDocType will only yield "metadata".
I'm sure this is an easy answer for most but I can't find it anywhere.
Thank you!!!!
Alexandra
with XML whose first two lines look like this:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE metadata SYSTEM
"http://www.dtdhost.com/location/of/my_metadata.dtd">
Document.getDocType will only yield "metadata".
I'm sure this is an easy answer for most but I can't find it anywhere.
Thank you!!!!
Alexandra