xsl-list
[Top] [All Lists]

Re: managing parameters to stylesheets

2004-03-20 09:55:38


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



<Prev in Thread] Current Thread [Next in Thread>