Subject: Re: Implementing XPointer Resolution With saxon:evaluate()
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Wed, 14 Aug 2002 09:43:04 +0100
|
Hi Eliot,
> Ok, I'm trying this, but I must be missing something in the Saxon
> and EXSLT docs. Here is my stylesheet element:
>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> xmlns:xlink="http://www.w3.org/TR/xlink"
> xmlns:xindr="http://www.isogen.com/papers/xindirection.xml"
> xmlns:xindrf="http://www.isogen.com/functions/xindirection"
> xmlns:saxon="http://icl.com/saxon"
> xmlns:func="http://www.exslt.org/functions"
^^^^
The namespace for the EXSLT Functions module is:
http://exslt.org/functions
Hopefully just changing the namespace will make it work...
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|