startPrefixMapping in namespace-less elements
Elliotte Harold <[email protected]> Mon, 06 Sep 2004 08:30:22 -0400
| Newsgroups | gmane.text.xml.sax.devel |
|---|---|
| Message-ID | <[email protected]> |
Consider this document:
<root>
<a>
<b/>
</a>
</root>
Note the lack of namespace prefixes and defualt namespaces.
Will/should/can a SAX parser call ContentHandler.startPrefixMapping()
and endPrefixMapping() for this document? In particular shoudl it call
startPrefixMapping("", "") for the root element of this document? I
don't see anything in the spec squarely on point here. :-(
--
Elliotte Rusty Harold
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
List: sax-devel, [email protected]
See: http://www.saxproject.org/
https://lists.sourceforge.net/lists/listinfo/sax-devel