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>&lt;a href="11496944"&gt;rado women's florence watch model: r48800713 retail: $3,900 special: $1,149 + free shipping coupon code: affflore1149 expires: 10/8 @ 11:59 pm &lt;/a&gt;&lt;img src="11496944" width="1" height="1" border="0"/&gt;</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.

http://api.jquery.com/jquery.parsexml/


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -