multiple keys...
This relates to the last topic in the thread but I've started a new one as the problem has now changed... see previous topic!
OK here we go again! My problem was a little more complicated than that and i prob should not have simplified. The structure of the xml document (in the context of the above example), uses more then one garage. ie:
<garage>
<car ...
<car ...
<garage/>
<garage>
...
<garage/>
<garage>
...
<garage/>
etc...
and so the method you specified unfortunaley only works for the top "garage". I have a for-each call near the top of the document which covers all the garages. How to I make a key for each garage in turn?
Cheers,
|