Re: [xsl] Finding element name of content node

Subject: Re: [xsl] Finding element name of content node
From: "Jon Gorman" <jonathan.gorman@xxxxxxxxx>
Date: Tue, 11 Apr 2006 10:05:03 -0500
On 4/11/06, Ed Yau <eyau@xxxxxxxxxxxxxxx> wrote:
> Hi,
>
> I can't seem to find the answer to this question anywhere.  Can someone
> help?
> How do I find out the name of the current content node?

name(.) or local-name(.):

http://www.w3.org/TR/xpath#function-name


In the XPath function list.

There's probably something in the FAQs as well, but it seems to be
down.  Anyone know a mirror to Dave Pawson's site?.

Jon Gorman

Current Thread