xsl-list
[Top] [All Lists]

Re: [xsl] How many passes through the document

2012-09-24 06:10:07
Ihe Onwuka wrote:

  Hi,

Rather more importantly, your code is incorrect: because of the way
it uses name(), it won't produce sensible answers when applied to a
document that binds the same prefix to different namespaces (or has
two different default namespaces in different regions of the
document).  In 2.0, use node-name() instead.

is that saying that name() is deprecated?

  No, that just says that name() does not do what you want.

  Regards,

-- 
Florent Georges
http://fgeorges.org/
http://h2oconsulting.be/

--~------------------------------------------------------------------
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>
--~--