RE: [xsl] Re: A proposal:xsl:result-document asynchronous attribute

Subject: RE: [xsl] Re: A proposal:xsl:result-document asynchronous attribute
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 11 Mar 2003 15:42:58 -0000
> > <xsl:variable name="x" select="java:object.new()"/>
> > <xsl:do select="setProperty($x,17)"/>
> > <xsl:value-of select="$x"/>
> > 
> 
> Thank you Mike, for the good example.
> 
> BTW, what is xsl:do? I couldn't find it in the current WD spec.
> 
Shorthand for any instruction that causes the XPath expression to be
evaluated, and doesn't care what the result is. Might be xsl:value-of,
xsl:variable, xsl:if...

Michael Kay


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


Current Thread