You never know where one will come across an interesting challenge.
The following was posted as a response to a post called "XML Parsing for Beginners".
"I have a file (a sample is included below) that contains information about an item. My task is to generate a list that associates the item identifier to the specific attributes, for example from this sample, I'd be looking for something along this sort of output table:
item_identifier | grade_level | subject | Depth of Knowledge | Bloom's Taxonomy | etc etc"
So, basically a table that has all of the <source><langstring> as the title and the <taxon><entry> as the value. Then to make things a little more complex, when you get to the <source><langstring>Standard, there are multiples with the same name but different values, and I need all the values."