Re: Questions on the new XSL spec (section 2.7.12)

Subject: Re: Questions on the new XSL spec (section 2.7.12)
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Dec 1998 10:44:18 -0500
At 98/12/29 13:01 +0700, James Clark wrote:
>There's no way to do this currently.  To handle this, you would need a
>pattern that matched namespace nodes, and an element that created
>namespace nodes, so you could do something like:
>
><xsl:element name="{name(.)}">
>  <xsl:for-each select="namespace()">
>    <xsl:namespace name="{name(.)}">
>       <xsl:value-of select="."/>
>    </xsl:namespace>
>  </xsl:for-each>
></xsl:element>

I found this very helpful ... but I can't find either name() or namespace()
documented in the WD.  Are these (and any others?) proposed for the next
WD?  Is there any confidence in their being accepted?

Thanks (as always)!

............... Ken

--
G. Ken Holman         mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.  http://www.CraneSoftwrights.com/s/
Box 266,                                V: +1(613)489-0999
Kars, Ontario CANADA K0A-2E0            F: +1(613)489-0995
Training:   http://www.CraneSoftwrights.com/s/schedule.htm
Resources: http://www.CraneSoftwrights.com/s/resources.htm
Shareware: http://www.CraneSoftwrights.com/s/shareware.htm
Next XSL Training (see training link):   WWW8 - 1999-05-11


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread