I am looking for a tool to query a DTD. I know IBM's XML4J does it. Anyone heard of another tool?
Created May 4, 2012
Mark Pollack The XML parser from Oracle lets you access the parsed DTD with the class oracle.xml.parser.v2.DTD
See http://technet.oracle.com/tech/xml/parser_java2/index.htm for details.