I have a problem using SAX2 with the following xml:

<foo:bar xmlns:foo="foo:uri" xmlns="default:uri" attr="value"/>

When startElement is called it has the following values:
uri="foo:uri"
localname="stream"
qname="stream:stream"

The problem is that I need access to the default namespace before an
element is declared in that namespace. Is there anyway to obtain this
information?

Justin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to