I was given some non validating huge xml files to work with.
I need to print the words enclosed between certain tags.
Example: There are 25 instances of words inside <def> </def> tags in an xml file.
How do I output only the 25 words in between the tags?
The xml files are on average 3MB each in size.
And does anyone know a good website that explains regular expressions to a person who's never coded them?
Thanks,
I need to print the words enclosed between certain tags.
Example: There are 25 instances of words inside <def> </def> tags in an xml file.
How do I output only the 25 words in between the tags?
The xml files are on average 3MB each in size.
And does anyone know a good website that explains regular expressions to a person who's never coded them?
Thanks,