| Author |
How to get text using DOM parser
|
kapil Gupta
Ranch Hand
Joined: Dec 17, 2001
Posts: 89
|
|
I am parsing the following XML using a DOM parser, how do i get the text from the xml below ("some text here") Thanks, Kapil
|
 |
kapil Gupta
Ranch Hand
Joined: Dec 17, 2001
Posts: 89
|
|
got it: if nodeType == 3 then the value is contained in that node
|
 |
 |
|
|
subject: How to get text using DOM parser
|
|
|