Re: [xsl] Getting the value of the tag itself.

Subject: Re: [xsl] Getting the value of the tag itself.
From: "Simon Kelly" <kelly@xxxxxxxxxx>
Date: Thu, 20 Mar 2003 16:51:16 +0100
Silly of me, I have used it before (name()), local-name() seems like a
useful one too, I will write it all down.

Now where did I put that slate and scriber!?!

Thanks for the help

Simon


----- Original Message -----
From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, March 20, 2003 4:36 PM
Subject: Re: [xsl] Getting the value of the tag itself.


> On Thu, 20 Mar 2003, Simon Kelly wrote:
>
> > Hi all,
> >
> > I know haow to get all the relevent information from a node, but I am
> > struggling to remeber how to get the nodes name itself.  IE if I have a
node
> > called <table name="table1"> how do I print out it's name table, and not
the
> > @name table1??
>
> wouldn't that be just the "name()" function?  or, more specifically,
> local-name()?
>
> rday
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


Current Thread