Re: I don't want XSLT to interpret some of my XML bis

At 17:20 27/08/2002, Eyrignoux Marc wrote:

>I have another question: I want to copy the content of
>another node:
>
>Here is my algorithm:
>" If you encouter the tag <img>, then you must copy
>the content of the tag <image>".
>I tried to write something like that, but it didn't
>work: 
>
><xsl:template match="static/img" >

<xsl:copy select="*|@*"/>

>   </xsl:template>
>
>Any solution ?


HTH DaveP.

Received on Tuesday, 27 August 2002 12:51:37 UTC