Subject: Re: [xslt] Problem changing a contained element to a following element
From: <email@xxxxxxxx>
Date: Sat, 28 Jun 2003 08:23:38 -0500
|
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
|