|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Is it possible to reference the previous and next elem
I am working on a navigation bar for my output HTML.
When executing a for-each like this:
<xsl:for-each select="//eltag[@type='subtype']">
<xsl:sort select="@name"/>
Inside the for each I want to generate my HTML and
pass to it the previous and next element for the
navigation bar to link to:
<xsl:apply-templates mode="createtContent"
select=".">
<xsl:with-param name="prevEl" select="!some
expression here that references the previous element
in the for each's list!"/>
<xsl:with-param name="nextEl" select="!some
expression here that references the next element in
the for each's list!"/>
</xsl:apply-templates>
...
Any advice would be appricated,
IL
__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








