Q
quant
Guys,
I'm using XSLT to translate a XML file with the following structure to
CSV.
<AAA>
<BBB>
<CCC>
<BBB>
</BBB>
</CCC>
</BBB>
</AAA>
How do I specify a template to work on only the second level <BBB> but
not the deepest <BBB>?
I have to admit that this is my 2nd day using XSLT so this may sound
stupid.
-qt-
I'm using XSLT to translate a XML file with the following structure to
CSV.
<AAA>
<BBB>
<CCC>
<BBB>
</BBB>
</CCC>
</BBB>
</AAA>
How do I specify a template to work on only the second level <BBB> but
not the deepest <BBB>?
I have to admit that this is my 2nd day using XSLT so this may sound
stupid.
-qt-