When selecting the html from the xml document I get the following problems:
This works: xmlRoot.childNodes[i].childNodes[0].firstChild.nodeValue;
It traces out: <b>picture 0</b>
This doesnt: XPath.selectNodes(createuserReply_xml,
"/descriptions/description["+(i+1)+"]/title/text()");
It traces out: <b>picture 0</b>
Anyone know why? when they both read from the same xml file. How do I
fix this problem so I can continue to use xpath. I am using X Factor
XPathAS2 class
Thanks!
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders