[Home] [By Thread] [By Date] [Recent Entries]
Hi,
I don't know how to handle such a scenario: given following xml: <product>
<name></name>
<article>
<priceInfo>
...price data with further sub elements .....
</priceInfo>
</article>
</product>I need to only apply a template to the article element (and sub-elements) the (rather complex) product element can be copied as is: <product>
<name></name>
<CHANGED ARTICLE>
<SOME TABULAR-STYLED XML/>
</CHANGED ARTICLE>
</product>Any suggestions?
|

Cart



