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

Re: xsl:function

Subject: Re: xsl:function
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 12 Sep 2007 09:03:41 +0200
Re:  xsl:function
Karanam.Chowdary@xxxxxxxxxxxxxxxxxx wrote:
But the error is Namespace "http://whatever" doesn't contain any
functions. Shud I give the name space that is valid? I mean shud that
name space contain functions?

your namespace contains functions. You declared them correctly. What processor do you use? run the following stylesheet to find out whether your processor supports xslt 2.0:


<xsl:template match="/">
<xsl:value-of select="system-property('xsl:version')" />
</xsl:template>

If it says "1.0", download Saxon 8.9 (open source for the B version, SA version needs a license), AltovaXML (free for both B and SA versions, but not open) or Gestalt (open source, only a B version available iirc) to run your tests with.

Cheers,
-- Abel Braaksma

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.