Re: [xslt] Selecting on nodeset in variable from stylesheet
- From: Elizabeth Mattijsen <liz dijkmat nl>
- To: xslt gnome org
- Subject: Re: [xslt] Selecting on nodeset in variable from stylesheet
- Date: Fri, 12 Dec 2003 23:35:44 +0100
At 14:15 -0700 12/12/03, Mark_Vakoc@peoplesoft.com wrote:
> > <xsl:stylesheet version="1.0"
>> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>> xmlns:exslt="http://exslt.org/common"
>> >
> > <xsl:template match="/">
>You are missing the attribute extension-element-prefixes="exslt" in the
>xsl:stylesheet element.
Hmmm... it doesn't seem to be required for the transformation to
produce the expected result. Adding it doesn't seem to change
anything. Removing the namespace declaration does: so that seems to
be required.
I find paragraph 14.1 of the W3C recommendation really
non-descriptive, even confusing. It doesn't say anything about
extension-elemenet-prefixes being required.
Is this a standards conformation issue? The namespace definition
seems to be enough to get the extension function recognized and
handled correctly. At least in libxslt.
Liz
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]