ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xsl-list
xsl-list
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved