Hi

I gave the following XML structure

<book>
        <chapter name="index"> ... </chapter>
        <chapter name="about"> ... </chapter>
        <chapter name="conclusion"> ... </chapter>
        ...
</book>

I am able to to call a specific chapter in XSL by using 

<xsl:template match="book/[EMAIL PROTECTED]'about']">

Is there a way that I could call the next and previous chapter not by
its name but by a generic function? Something like following node...so
that I would know what is the next chapter and previous from the current
one.

Thanks, Vojko.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to