Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Modifying xml:if on the fly...

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 11/8/2005 1:59:00 PM

talking@g... wrote:

> I've got some code that looks like this on my xslt:
> 
> <xsl:for-each select="items/">
> 	<xsl:if id="myIf" test="@id = '45'">
> 		<div class="main_heading">
> 			<xsl:value-of select="name"/>
> 		</div>
> 		<div class="main_body">
> 			<xsl:value-of select="info"/>
> 		</div>
> 	</xsl:if>
> </xsl:for-each>
> 
> I'd like to be able to change the test condition without reloading the
> page 

What page? The above is a snippet of an XSLT stylesheet. If you have 
that stylesheet loaded as an XML DOMDocument then you can of course use 
the DOM to access and manipulate nodes in that document.
But then you need to transform again.

-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent