This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tag names


Thanks mike

I am not using MSXML parser.  I am using xalan 1.0 and I guess it is
compatible to all xpath spec.

thanks alot

Mike Brown wrote:

> > When we do the transform can we read the name of the tag also ?
>
> name of current node, with namespace prefix, if any:
> <xsl:value-of select="name(.)"/>
>
> name of current node, without prefix:
> <xsl:value-of select="local-name(.)"/>
>
> These will probably work without the '.'. You could put some other
> node-set identifying XPath expression in there if you wanted some other
> node's name.
>
> These will probably not work in IE5 with the stock MSXML parser, if that's
> what you are using and failed to mention.
>
>    - Mike
> ___________________________________________________________
> Mike J. Brown, software engineer, Webb Interactive Services
> XML/XSL stuff: http://www.skew.org/    http://www.webb.net/
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]