Good Day,
I need to parse the following string to extract the Name and Description field values:
<Book_Data Name="LordOfTheRings" Edition="1" Published="1954" Description=" One Ring to rule the other Rings of Power" Publisher="Allen & Unwin "/>
Any nice way to accomplish this? Maybe via a regular expression? or using some xml parsing?
Many thanks,
Bapatla
I need to parse the following string to extract the Name and Description field values:
<Book_Data Name="LordOfTheRings" Edition="1" Published="1954" Description=" One Ring to rule the other Rings of Power" Publisher="Allen & Unwin "/>
Any nice way to accomplish this? Maybe via a regular expression? or using some xml parsing?
Many thanks,
Bapatla