How To parse responseXml in java script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajeshkankran
    New Member
    • May 2007
    • 5

    How To parse responseXml in java script

    Hi

    I m getting problem in parsing responseXml object returned by asp in ajax implementation. ......
    when i use responseText it shows whole xml file....
    but when use responseXml.... .it shows null object...

    can u solve the problem....
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Most probably this is caused by invalid XML. Make sure your XML is valid.

    Comment

    • newlearner
      New Member
      • May 2007
      • 67

      #3
      this is probably the xml is not well formed.
      The reason might be there would be datas like ">","<","&" etc in some of the node which results in not-well formed xml

      Comment

      Working...