Can I get the prefix from an element handler?
"Bob Lee" <[email protected]> Thu, 15 Nov 2007 15:29:42 -0800
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
If I'm using a namespace-aware expat parser, is there any way for me to get the original prefix from the element handler? For example, if I want to implement SAX on top of expat, where can I get the qName? Right now, it looks like I might have to extend Expat. Bob