How can I extract the value of an attribute node via XPath?
A sample XML file is:
//Parent/Children[@ Attribute='value']/@Attribute
This is the case which can be used where element is having 2 attribute and we can get the one attribute with the help of another one.