Title: Message
Hello,
  I have my elements like:
          <Element>
              <attribute name="First">FirstAtt</attribute>
              <attribute name="Second">SecondAtt</attribute>
          </Element>
 
   I am using SAX to parse. But in the startElement(...) method, I am not able to retrieve the attributes. It's fine when the xml file looks like
           <Element First="FirstAtt" Second="SecondAtt"/>
 
   What's the approach to retrive the attributes in the former instance?
 
 

****************************************************************************

This email may contain confidential
material. If you were not an intended recipient,
Please notify the sender and delete all copies.
We may monitor email to and from our network.

 ***************************************************************************

 

Reply via email to