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

RE: Evaluating a temporary NodeSet with Xalan

Subject: RE: Evaluating a temporary NodeSet with Xalan
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 19 Apr 2002 10:38:27 +0100
xsl temporary nodeset
> 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.

Hmmm.. I don't agree with your arguments. In my experience, code developed
by one person is likely to me more reliable and faster than code developed
by a team. But you're the user, you get to choose...
>
> So, is there a running Xalan-implementation that works fine
> with XSLT 1.1
> specifications on the market?

No. But you can use the xalan:node-set() extension to access the
result-tree-fragment, and you can use Xalan's redirect extension to achieve
multiple output files.
>
> 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
>


 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.