xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Push Processing


Subject: RE: [xsl] Push Processing
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 2 Mar 2009 15:52:20 -0000

> Michael Kay wrote:
> 
> > <xsl:function name="f:expand" as="element()">
> >   <xsl:param name="item" as="element(item)"/>
> >   <xsl:param name="child" as="element()?"/>
> >   <xsl:choose>
> >     <xsl:when test="exists($child)">
> >       <xsl:sequence select="$child"/>
> >     </xsl:when>
> >     <xsl:otherwise>
> >       <emptyCell/>
> >     </xsl:otherwise>
> >   </xsl:choose>
> > </xsl:function>
> 
>   Just out of interest, why do you pass the $item param here?

Because I changed the design half way through.

Michael Kay
http://www.saxonica.com/


Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor