I have XML stored into database with the different tag names but the same attribute names:
<book Category="Hobbies And Interests" PropertyName="C#" CategoryID="44" />
<sport Category="Hobbies And Interests" PropertyName="Cricket" CategoryID="46" />
These are just two examples but the tag name can be anything. I want to read "PropertyName" attribute from all node.
Is it possible? If yes then please anyone guide me.