EDN Admin
Well-known member
Hello.
I need to get a specific subsection of an xml string. Let me give an example...
<pre><?xml 1.0>
<Person>
<name>
<FirstName>
John
</Firstname>
<lastName>
Smith
<lastName>
</name>
</Person>[/code]
<br/>
If I just wanted the First Name along with all the XML markup and its Parent nodes, how would I go about getting that?
View the full article
I need to get a specific subsection of an xml string. Let me give an example...
<pre><?xml 1.0>
<Person>
<name>
<FirstName>
John
</Firstname>
<lastName>
Smith
<lastName>
</name>
</Person>[/code]
<br/>
If I just wanted the First Name along with all the XML markup and its Parent nodes, how would I go about getting that?
View the full article