J
jason.lucey
Hi,
I cannot get this figured out. I need to get the text out of an
element node. In IE, I can do it like this:
xNode(0).text
but that does not work for Mozilla. And since element nodes return
NULL for nodeValue, what am I supposed to do? is there a way to
convert an element node into a text node?
Thanks,
Jason
I cannot get this figured out. I need to get the text out of an
element node. In IE, I can do it like this:
xNode(0).text
but that does not work for Mozilla. And since element nodes return
NULL for nodeValue, what am I supposed to do? is there a way to
convert an element node into a text node?
Thanks,
Jason