RE: [xsl] EXSLT node-set function

Subject: RE: [xsl] EXSLT node-set function
From: Maria Amuchastegui <mamuchastegui@xxxxxxxxxxx>
Date: Tue, 3 May 2005 16:11:24 -0400
Thanks again.

Maria 

-----Original Message-----
From: Wendell Piez [mailto:wapiez@xxxxxxxxxxxxxxxx] 
Sent: Tuesday, May 03, 2005 3:41 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] EXSLT node-set function

Maria,

Your namespace declaration isn't quite right yet. For the node-set()
function you need not xmlns:exsl="http://exslt.org/exsl"; but rather
"http://exslt.org/common";.

The overall mechanism is explained at http://www.exslt.org/howto.html.

The particular namespace for this function is named on the page
http://www.exslt.org/exsl/index.html (the top-level page for the "common" 
functions, which include node-set()).

You shouldn't need to add any module stylesheets for this function. Once the
namespace declaration is correct, Xalan should do the rest.

I hope that helps,
Wendell

At 02:32 PM 5/3/2005, you wrote:
>I have added the EXSLT node-set function to my stylesheet by the 
>declaring the namespace as an extension, as indicated below, and by 
>adding the module stylesheet.
>
>However, when I attempt to perform a transformation, I get what appear 
>to be release notes or a README type document. How can I actually view 
>the results of the transformation?
>
><xsl:stylesheet xmlns="http://www.w3.org/1999/XSL/Transform";
>xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>xmlns:exsl="http://exslt.org/exsl"; version="1.1"
>extension-element-prefixes="exsl" exsl:doc="http://www.exslt.org/exsl";>


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread