xsl-list
[Top] [All Lists]

RE: A proposal:xsl:result-document asynchronous attribute

2003-03-11 04:07:56


-----Mensagem original-----
De: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] 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(_at_)lists(_dot_)mulberrytech(_dot_)com
Assunto: Re: [xsl] 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