| Subject: Re: [xsl] xsl:copy-of issue From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx> Date: Thu, 14 Jan 2010 01:13:38 +0100 | 
Hi
I have a CALS table in my input thatI am trying to copy into my result tree except for some attributes. I have tried 'except' but it just is not working!
Here is my XSL snippet:
<xsl:template match="table"> <table id="{generate-id()}"> <xsl:copy-of select="@* except(@type) |node()/> </table> </xsl:template>
  <xsl:template match="@* | *">
    <xsl:copy>
      <xsl:apply-templates select="@* except @type | * | text()" />
    </xsl:copy>
  </xsl:template>| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] xsl:copy-of issue, a kusa | Thread | Re: [xsl] xsl:copy-of issue, Imsieke, Gerrit, le- | 
| [xsl] xsl:copy-of issue, a kusa | Date | Re: [xsl] xsl:copy-of issue, Imsieke, Gerrit, le- | 
| Month |