Re: [xsl] N : M transformation

Subject: Re: [xsl] N : M transformation
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 3 Feb 2003 16:21:37 GMT
I wrote:

    it's just a matter of doing

    <my:named-template>
     <xsl:with-param name="href" select="'kjhgkg'"/>
     <xsl:with-param name="body">
       ... stuff ...
     </xsl:with-param>
    </my:named-template>

I mangled that example, sorry, the point was to demonstrate _not_ using
an extension element in the template body:



<xsl:call-template name="write-document">
 <xsl:with-param name="href" select="'kjhgkg'"/>
 <xsl:with-param name="body">
   ... stuff ...
 </xsl:with-param>
</xsl:call-template>

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


Current Thread