RE: [xsl] Still problems with the XPath-logic from the "Pretty XML Tree Viewer"

Subject: RE: [xsl] Still problems with the XPath-logic from the "Pretty XML Tree Viewer"
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Fri, 2 Apr 2004 13:52:51 +0100
Nice stylesheet :)

I think your issue here is whitespace - you're using node() instead of *
and therefore following-sibling::node() is returning true from the
presentational whitespace (whereas you expect false as there is no
element present)

..I bet you're kicking yourself about this one

cheers
andrew

Current Thread