xsl-list
[Top] [All Lists]

[xsl] Finding the current node type

2007-08-01 06:38:34
Thanks Guys

In my application, I will only need to process a few hundred nodes and
about 20-30 of the type where I need to use the choose statement.

I went with the <xsl:if test=self::speaker> option as I still use the
namespace (e.g. <xsl:if test=self::abc:speaker>). Whereas localname
returned the node name without the ns prefix

Thanks for the help

Regards

mark

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--