is it possible to get the tag name of an xml file in javascript?
i am using ajax and responseXML. this is how my responseXML looks like.
i need to know the tags one and two.
can i retrieve them?
please help.
i am using ajax and responseXML. this is how my responseXML looks like.
Code:
<reply> <one>1</one> <two>2</two> </reply>
can i retrieve them?
please help.
Comment