[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Table of contents - for-each question

Subject: Re: Table of contents - for-each question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 24 Jan 2006 16:50:00 GMT
Re:  Table of contents - for-each question
It's pretty hard to guess what you code is doing without seeing a sample
input. Also "The for-each statement - in bold below" your mail is sent
as text/plain so there are no font changes (not that my mail reader
shows font changes anyway) I guess you mean this for-each:

<xsl:for-each select='* [head]| * [@level="series"]| * [@level="subseries"]'>

That selects all child elements with the specified head child or
attributes, but are all the elements you want children of the current
node or are some of them further down the input tree?

Perhaps it's just an artifact of you simplifying for posting but this:

  <xsl:param name='htype'>
            <xsl:choose>
                  <xsl:when test='$levels="3"'>
                        <xsl:text>div</xsl:text>
                  </xsl:when>

<!-- if test result = no -->

                  <xsl:otherwise>
                        <xsl:text>div</xsl:text>
                  </xsl:otherwise>
            </xsl:choose>
      </xsl:param>

always evaluates to div

so


                  <xsl:element name='{$htype}'>


<!-- attribute style for htype. indentation and size for each htype output
here. -->

                        <xsl:attribute name='style'>
                        <xsl:text>text-indent:</xsl:text>

                        <xsl:value-of select='$hindent'/>
                        <xsl:text>pt;</xsl:text>
                        </xsl:attribute>



could be written

<div style="text-indent:{$hindent}pt;">


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.