xsl-list
[Top] [All Lists]

Re: Arbitrary XML document merge and styling with XSLT

2003-07-16 08:51:25

Think of a mode (or name) of a template in xslt like te name of a
function in C or most other compiled languages, the names need to be
known at compile time.

Since your stylesheet has a fixed (usually small) set of modes
your top level template can have a simple
<xsl:choose>
 <xsl:when test="mode"='a'"><xsl:apply-templates mode="a"/></xsl:when>
 <xsl:when test="mode"='b'"><xsl:apply-templates mode="b"/></xsl:when>
...

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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