Subject: Re: [xsl] Antwort: RE: [xsl] bad programming for speedup? From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Tue, 24 Jul 2007 15:19:55 +0200 |
Cheers, Abel
Hi,
Is the OP sure that the elements wrapping the rows cannot be determined beforehand and have templates set up for those? If so, from what I can see, all that is needed is:
<xsl:template match="tbl-type1 | tbl-type2 | tbl-type-etc"> <table> <xsl:apply-templates/> </table> </xsl:template>
<xsl:template match="node() | @*"> <xsl:copy> <xsl:appy-templates select="node() | @*" /> </xsl:copy> </xsl:template>
best, -Rob
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Antwort: RE: [xsl] bad pr, Robert Koberg | Thread | [xsl] RE: bad programming for speed, christoph . naber |
Re: [xsl] Antwort: RE: [xsl] bad pr, Robert Koberg | Date | [xsl] Creating custom IDs using Par, Wasiq Shaikh |
Month |