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

RE: Is it possible to modify the source-tree?

Subject: RE: Is it possible to modify the source-tree?
From: JBryant@xxxxxxxxx
Date: Tue, 13 Sep 2005 13:48:28 -0500
RE:  Is it possible to modify the source-tree?
> Pardon my ignorance, but I'm not familiar with this
> "xx:node-set()" call. Do I have to use oraxslt2 like
> David said or can I continue to use Saxon8B?

As Mike Kay said,

> In 2.0 you don't need the calls on xx:node-set().

Since Saxon 8 is an XSLT 2.0 processor, you can drop the xx:node-set() 
extension function.

So, for example,

<xsl:variable name="v2">
  <xsl:apply-templates select="xx:node-set($v1)" mode="phase2"/>
</xsl:variable> 

can be 

<xsl:variable name="v2">
  <xsl:apply-templates select="$v1" mode="phase2"/>
</xsl:variable> 

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)

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.