Andy Clark wrote: > > Elena Litani wrote: > > Exposing schema notations via DOM: use doctype.getNotations(). > > Exposing schema notations via SAX: yourDTDHandler.notationDecl(name, > > But is this really what we're supposed to do for Schema > information? The Schema notation declarations are not > contained within the doctype and aren't part of the DTD.
I think not. The DOM Level 3 Content Model API provides for accessing those, so I suggest we just do that. For SAX on the other hand I just don't know. -- Arnaud Le Hors - IBM Cupertino, XML Strategy Group
