- From: Dave Pawson <dpawson@nildram.co.uk>
- Date: Tue, 27 Aug 2002 17:50:11 +0100
- To: Eyrignoux Marc <eyrignou@yahoo.fr>, www-xsl-fo@w3.org
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