I am trying to map a HUGE concatinated document comprised of several hundred individual documents.
I am looking for an easy way, perhaps via a utility, that will show me all the values for a specified tag.
Example:
<Pubstatus> has three values: "add", "change", "delete".
I know this to be true. What I want is something that I could define the tag <Pubstatus> and have it parse the entire document and return the 3 values "add", "change", "delete".
Anyone have any suggestions?
I am looking for an easy way, perhaps via a utility, that will show me all the values for a specified tag.
Example:
<Pubstatus> has three values: "add", "change", "delete".
I know this to be true. What I want is something that I could define the tag <Pubstatus> and have it parse the entire document and return the 3 values "add", "change", "delete".
Anyone have any suggestions?