[
Lists Home |
Date Index |
Thread Index
]
- From: Lars Marius Garshol <larsga@garshol.priv.no>
- To: xml-dev@lists.xml.org
- Date: Mon, 13 Nov 2000 12:29:20 +0100
* Rob Lugt
|
| What does a SAX2 application do if it wants to know about
| unspecified but #IMPLIED attributes in a start element tag?
As Tim Bray points out, this is not really a question about the
document, but about its DTD. So what you want is some API that
provides access to DTD information so that you can see what it says.
SAX provides this information through the DeclHandler interface in the
SAX2-Ext package.
--Lars M.
|