xsl-list
[Top] [All Lists]

Re: [xsl] XPATH problem

2008-11-08 16:10:54
Sam Byland wrote:

following-sibling::*[1][local-name() = 'REDUCEDI']

  I didn't watch this thread very close, but this is rarely what you
want, usually you want instead:

    following-sibling::*[1][self::REDUCEDI]

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/























      


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

<Prev in Thread] Current Thread [Next in Thread>