xsl-list
[Top] [All Lists]

Re: [xslt] Problem changing a contained element to a following element

2003-06-28 06:23:38
Hi,

Thanks, Wendell.  That did the trick (and taught me to be attentive to the
difference between the current node and the context node when testing within
a predicate).

. . . Phil

Phil,

You forgot the self:: axis in your XPath, so it's assuming child:: -- you
want

node()[not(self::ul)]

Cheers,
Wendell



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



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