Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] Replace multiple xsl:template with one [Thread Next] Re: [xsl] Replace multiple xsl:template with oneTo: xsl-list@-----.------------.--- Date: 5/8/2009 10:48:00 AM íÉÈÁÉÌ ûÅÓÔÁËÏ× wrote:
> I have a bunch of lines in my XSL file. They look very similar, and I
> want to replace these lines with one. Is it possible?
>
> <xsl:template match="form"><form><xsl:copy-of
> select="@*"/><xsl:apply-templates/></form></xsl:template>
> <xsl:template match="fieldset"><fieldset><xsl:copy-of
> select="@*"/><xsl:apply-templates/></fieldset></xsl:template>
> <xsl:template match="table"><table><xsl:copy-of
> select="@*"/><xsl:apply-templates/></table></xsl:template>
> <xsl:template match="tr"><tr><xsl:copy-of
> select="@*"/><xsl:apply-templates/></tr></xsl:template>
> <xsl:template match="td"><td><xsl:copy-of
> select="@*"/><xsl:apply-templates/></td></xsl:template>
<xsl:template match="form | fieldset | table | tr | td">
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
--
Martin Honnen
http://msmvps.com/blogs/martin_honnen/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@l...>
--~--
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
