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

Re: XML Question

Subject: Re: XML Question
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 04 Oct 2006 00:04:16 +0200
Re:  XML Question
Markus,

Depending on your processor, you can try:

<xsl:value-of select="exslt:node-set($theResult)"/>
where you bind exslt (or whatever prefix you like) to "http://exslt.org/common"

<xsl:value-of select="saxon:node-set($theResult)"/>
where you bind saxon (or whatever prefix you like) to "http://saxon.sf.net" (but I remember saxon supports exslt extensions, so you can use the previous

If you use a browser processor, the original should work like below, I think (never tried it myself) when you are in IE, but when you are in Gecko, you are out of luck, there is no node-set extension function available in TransformIIX (the xslt parser for Gecko). In Opera: please see a recent discussion on this list about the subject.

In any case, best chances are that exslt nodeset will work.

Cheers,
Abel Braaksma
http://www.nuntia.nl




LINKE Markus wrote:
I've tried it but I receive an:

SystemID: xxx.xsl
Location: 98:0
Description: The URI urn:schemas-microsoft-com:xslt does not identify an external Java class

error message at this location:

      </xsl:variable>
      <xsl:value-of select="msxsl:node-set($theResult)"/> <!-- here -->
   </xsl:template>

???

Thanks for your help!
Markus

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.