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

Re: XSL Processing to avoid repetitions - Part 2

Subject: Re: XSL Processing to avoid repetitions - Part 2
From: Dave Pawson <davep@xxxxxxxxxxxxx>
Date: Thu, 17 Jun 2010 10:28:57 +0100
Re:  XSL Processing to avoid repetitions - Part 2
On Thu, 17 Jun 2010 10:06:01 +0100
Michael Kay <mike@xxxxxxxxxxxx> wrote:

> Saxon-HE 9.2 doesn't recognize the function exslt:node-set(). It's 
> actually a no-op in XSLT 2.0, so a workaround is to add the following
> to your stylesheet:
> 
> <xsl:function name="exslt:node-set" 
> xmlns:exslt="http://exslt.org/common" as="node()?>
> <xsl:param name="node" as="node()?/>
> <xsl:sequence select="$node"/>
> </xsl:function>
> 
> If you don't want to modify the docbook stylesheets you could put
> this in a stylesheet that imports docbook.xsl, and then use your
> importing stylesheet as the entry point.
> 
> I don't have detailed knowledge of the status, but although the XSLT
> 2.0 docbook stylesheets are still described as expermental, I get the 
> impression that many people are using them without problems.
> 
> Michael Kay
> Saxonica

Not yet Michael. They aren't complete yet, but a summer project may
finish them to production quality.



-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

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.