[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Avoiding dummy xsl:if with apply-templates

Subject: Re: Avoiding dummy xsl:if with apply-templates
From: Frans Englich <frans.englich@xxxxxxxxx>
Date: Tue, 15 Feb 2005 15:04:51 +0000
Re:  Avoiding dummy xsl:if with apply-templates
On Sunday 13 February 2005 04:24, Dimitre Novatchev wrote:
> On Sun, 13 Feb 2005 03:53:06 +0000, Frans Englich

> Something like this:
>
>    <xsl:apply-templates select="elements[1]" mode="list">
>      <xsl:with-param name="pElements" select="elements"/>
>    </xsl:apply-templates>
>
> Then the template to wrap the results in a "ul" is the following:
>
>   <xsl:template match="element" mode="list">
>      <xsl:param name="pElements"/>
>      <ul>
>          <xsl:apply-templates select="$pElements" mode="single"/>
>     </ul>
>   </xsl:template>

Thanks, it was something in this direction I was looking for.


Cheers,

		Frans

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.