Re: following-sibling problem2004-11-02 09:02:15On Nov 2, 2004, at 10:46 AM, Bruce D'Arcus wrote: <xsl:if test="@level < following-sibling::bullet[(_at_)level][1]"> OK, I figured it out. Joe was on the right track; there were just a few minor errors in the above expression (missing namespace prefix, and incorrect conditional statement). It should be: <xsl:if test="@level < following-sibling::key:bullet[1]/@level"> Bruce
|
|