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

Xalan extension library problem

Subject: Xalan extension library problem
From: "Ofer Kalisky" <kalisky@xxxxxxxxxxxxxxx>
Date: Mon, 15 Oct 2001 12:26:38 +0200
 Xalan extension library problem
I have a xalan-c++ 1.1 solaris version and win32 version.

I can't operate any of the extensions, I get and unknown exception when I
try to do a simple nodeset conversion of a result tree fragment. does
anybody have any idea why?



<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version="1.0"
                   xmlns:xalan="http://xml.apache.org/xalan"
                   exclude-result-prefixes="xalan">
<xsl:template match="screen">
  <out>
<xsl:variable name="rtf"><docelem><kaka>pipi</kaka></docelem></xsl:variable>
<xsl:value-of select="xalan:nodeset($rtf)/docelem/kaka"/></out>
</xsl:template>
</xsl:stylesheet>

hint: the xml.apache.org site says: "It uses the http://xml.apache.org/xalan
namespace to provide access to the nodeset() method in
xml.apache.xalan.lib.Extensions." what is the
"xml.apache.xalan.lib.Extensions". do I need to have a file by that name or
something?

Ofer.


 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.