xsl-list
[Top] [All Lists]

Re: following-sibling problem

2004-11-02 09:02:15

On Nov 2, 2004, at 10:46 AM, Bruce D'Arcus wrote:

        <xsl:if test="@level &lt; 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 &lt; following-sibling::key:bullet[1]/@level">

Bruce



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