Thread
:
(AS2) XML - convert < to read as HTML
View Single Post
Luke-F
2009-03-26 #
5
Last edited by Luke.F : 2009-03-26 at
07:19
.
Hi,
All fixed! Thanks for your help. I out that i was declaring a var that messed with it. Basically, nodeValue worked a treat.
Thanks UShock team.
full solution:
mainNode.childNodes[moreInformation].childNodes[0].nodeValue.split("<").join("<").split(">").join(">");
Luke-F
View Public Profile
Find all posts by Luke-F