I have a query regarding the selection of a particular tag based on a condition.
In the following XML code:
Code:
<root> <template1> <elem1>[B]1000[/B]</elem1> <elem2> <subelem1>[B]65[/B]</subelem1> </elem2> </template1> <template1> <elem1>2000</elem1> <elem2>
Leave a comment: