>>I was able to use xpath to return <title>some html</title> then use
>>nodeValue on that.

Can you send me an actionscript example of how you did that? I'm not
even that far yet.

This returns "undefined":

myNode = XPath.selectNodes(config_xml,"config/welcome/introduction");

This works and returns the string (but with the unwanted gobbledegook):

myNode =
XPath.selectNodes(config_xml,"config/welcome/introduction/text()");



Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com







NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to