Re: [xsl] managing parameters to stylesheets

Subject: Re: [xsl] managing parameters to stylesheets
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 20 Mar 2004 16:55:38 GMT
> 
> Any ideas on how to re-arrange things so I don't have to add all these 
> "default like" templates?

elements for whiic you havent defined a template will run teh default
template for elements which is more or less

<xsl:template match="*">
  <xsl:apply-templates/>
</xsl:template>

so all you need to do is redefine that to have a parameter and to pass
it on.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread