I have an XSD file that defines all my attributes. I can read this into my excel sheet. And it creates columns for each attribute with the node and occurances.
What I need is to be able to read the xsd file and give me the path for each attribute, something like:
//Response/Methods/Comparison/@state='true'
Is there a program that will do this?
Thanks
Tom
What I need is to be able to read the xsd file and give me the path for each attribute, something like:
//Response/Methods/Comparison/@state='true'
Is there a program that will do this?
Thanks
Tom