Re: [xsl] XPath problem: Checking if imidiately preceding sibling is of a certain kind
by Kevin Jones other posts by this author
Feb 27 2004 10:50AM messages near this date
Re: [xsl] XPath problem: Checking if imidiately preceding sibling is of a
certain kind
|
Re: [xsl] XPath problem: Checking if imidiately preceding sibling is of a
certain kind
>
> I have tried to look at the name() function, but I don't think
> I understand it correctly
> test="not(preceding-sibling::*[1]/name()='A'" goes totally
> wrong.
>
I think you wanted,
name(preceding-sibling::*[1])!='A'
Kev.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|