Hello

  I am trying to use A Sax parser .  In the StartElement method  I wish to find out the Name space for a particular

Node.

  For e.g if the Node for which the StartElement is triggered is as shown

<test:User xmlns:test ="http://schemas.test.com/">

 

When I iterate through the AttributeList of the StartElement method , I expect to the the getName method

to return the Name and Value of the attribute as "xmlns:test"   and "http://schema.test.com"

  Instead what  I get is the getName() method of the AttributeList returns just "test", thus ignoring the prefix.

 

  Is there a way I can get the entire name

- Regards

 

Aniruddha

 

Reply via email to