The information I need is the field name (i.e. Job ID, or Subject) and the corresponding field value (i.e. 13-009, or economics). I don't think I will ever need to edit the .tmx file, but I need the data. For example, only a handful of the records have a Subject field, and those that do can have one or more values (separated by commas). I want to find the records that have Subjects, associated them with the corresponding Job ID, and create a database (I'm developing that in Access) in which they are associated with Subjects (many-to-many). In general, I want to extract info that should be Job level and put it somewhere useful.
I had seen some of the articles that you refer to, and had read the xml tutorial and tried to run some of the sample code. However, my ignorance is too great. For example, I know that I need 'uses,' but am not sure what components I need to use, why, and what to do next. I assume that these provide type definitions, but don't know that. Also, in the xml-world I am not sure what types do what, and how to use the variables they define. What I would find most useful would be an example of code that does something like what I'm trying to do.
Thanks for your feedback