xsl-list
[Top] [All Lists]

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

2004-04-02 05:52:51

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



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