So I want to process this doc the following way.
1)Go through the element nodes and apply a template matching
the <property> element.
2)Go through the element nodes and apply a template match all element
nodes except <property> (<catch>, <var>, etc)
Subject:how to create templat to match certain nodes Author:Ivan Pedruzzi Date:31 May 2005 05:33 PM
In the following example I used a parameter.
An alternative approach would be to use the attribute mode in the template definition, but that would require having a double implementation for each template.
Subject:how to create templat to match certain nodes Author:Herb Ramos Date:31 May 2005 05:50 PM
Thanks Ivan.
I'll have a look.
BTW, I downloaded a trial of Stylus Studio and I tried using Mapper to convert a sample xml file. I did not see any easy way to express what I wanted done when I was transforming the doc manually. What are some of the limitations of Mapper?