Re: [xsl] XPATH problem

Subject: Re: [xsl] XPATH problem
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Sat, 8 Nov 2008 22:10:26 +0100 (CET)
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/

Current Thread