xsl-list
[Top] [All Lists]

Re: html table with three columns - following-sibling help?

2004-02-28 11:39:30

following-sibling::/Base/Art_group/Art[position() <

you can never have a / after ::, as the error message you quoted says
you need an element name or  a node test such as node() or * after ::
following-sibling is no different from the default child axis: you don't
want to start back at / you want to move relative to your current node
so

following-sibling::Art[position() <

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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