Here is a sample of what I want it to look like after I do the transformation:
...........
-<E01>
<E01_01>5234</E01_01>
<E01_02>324668</E01_02>
.......... etc, etc
match="//*[not(starts-with('FK_'))]
if the not and starts-with functions are recognised.
Peter Jamieson