|
Subject: [xsl] Copy element but transform sub-element From: Maximilian Gärber <max@xxxxxxxxxx> Date: Thu, 08 Sep 2005 15:36:58 +0200 |
<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>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Merging lines of 3 words , James Cummings | Thread | Re: [xsl] Copy element but transfor, Joris Gillis |
| RE: [xsl] Apply-templates - how to , Michael Kay | Date | Re: [xsl] Copy element but transfor, Joris Gillis |
| Month |