Unable to Parse encoded Text in XML through Jquery .text() -
i unable parse xml text in form of encoded one. can please me in extracting .text() not working.
xml below
<link-code-html><a href="11496944">rado women's florence watch model: r48800713 retail: $3,900 special: $1,149 + free shipping coupon code: affflore1149 expires: 10/8 @ 11:59 pm </a><img src="11496944" width="1" height="1" border="0"/></link-code-html>
you should use .parsexml()
:
jquery.parsexml uses native parsing function of browser create valid xml document. document can passed jquery create typical jquery object can traversed , manipulated.
Comments
Post a Comment