|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Avoiding dummy xsl:if with apply-templates
> 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>
Or in XPath 2.0 most generally:
if(exists(x))
then f(g(x))
else ()
Cheers,
Dimitre Novatchev
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








