How to get the value of an element
Bin Chen <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <1179988593.18952.1.camel@binch-desktop> |
Hi,
For a xml like:
<f1>
<f2>
abc
</f2>
</f1>
The vaule of element f2 is abc, now I want to get this value, how can?
Thanks a lot.
Bin