[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Evaluating a temporary NodeSet with Xalan

Subject: Evaluating a temporary NodeSet with Xalan
From: "Florian Mansmann" <Florian.Mansmann@xxxxxxxxxxxxxx>
Date: Fri, 19 Apr 2002 11:15:54 +0200
rainbow color indigo
Hi there,

I've tried to run the code given underneath with a Xalan Processor, but
haven't succeeded. I finally succeded by using a rather unknown processor
jd.xslt. Due to performance reasons, I would prefer to run my code (which is
a little more complex than the given example) on a Xalan Processor as
jd.xslt was developped by a single person rather than a company.

So, is there a running Xalan-implementation that works fine with XSLT 1.1
specifications on the market?

Sincerely,

Florian Mansmann
innovations GmbH


Here example code out of
Michael Kay: XSLT 2nd Edition - Programmer's Reference

<xsl:variable name="rainbow">
	<color>red</color>
	<color>orange</color>
	<color>yellow</color>
	<color>green</color>
	<color>blue</color>
	<color>indigo</color>
	<color>violet</color>
</xsl:variable>

<xsl:for-each select="$rainbow/color">
	<xsl:document href="{.}.xml">
	...
	</xsl:document>
</xsl:for-each>


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.