OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Turning Off the Output Stream or Just a Return Valuefrom a

[ Lists Home | Date Index | Thread Index ]

[Ronald Kent Gibson]
> I just want to return a value from a template without outputting the
return
> value at all.
>
> The code below works but outputs true when the result is true.
>
> How can I either stop this or is there a better way to catch a return
value?
>
>

The "xsl:copy-of" is outputting the value of the variable, and doing nothing
else for you.

> <xsl:variable
> name="search_result">true</xsl:variable>
>
> <xsl:copy-of
> select="$search_result"/>

Cheers,

Tom P






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS