Subject: RE: A proposal:xsl:result-document asynchronous attribute
From: Americo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Tue, 11 Mar 2003 11:07:56 -0000
|
> -----Mensagem original-----
> De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] Em nome de
> Jeni Tennison
> Enviada: terca-feira, 11 de Marco de 2003 10:33
> Para: Francis Norton; Kurt Cagle (Cagle Communications)
> Cc: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Assunto: Re: A proposal:xsl:result-document
> asynchronous attribute
>
(...)
>
> <xsl:variable name="foo" select="post($myURI, $myMessage)" />
>
> You could have something like:
>
> <xsl:if test="$foo">
> <result>
> <xsl:copy-of select="$foo" />
> </result>
> </xsl:if>
>
> and have the $foo that was tested be different from the $foo
> that was copied?
>
Hi Jeni.
Does this means that doing something like
<xsl:if test="$foo=$foo"> might return false??
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|