T
Terrence Chan
I have a string with xml syntax.
<department>
<employee name="ABC" age="31" sex="male"/>
<employee name="CDE" age="40" sex="male"/>
</department>
How do I get the value from the xml string?
Thanks!
<department>
<employee name="ABC" age="31" sex="male"/>
<employee name="CDE" age="40" sex="male"/>
</department>
How do I get the value from the xml string?
Thanks!