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

RE: maximum depth of nested tags needed for colspan

Subject: RE: maximum depth of nested tags needed for colspan
From: "Andy Verbunt" <andy@xxxxxxxx>
Date: Tue, 11 Nov 2003 11:32:13 +0100
xslt depth
Hi Bryan,

Quite an effort you put in the XSLT. Thanks!
Would it be possible to have a similar output when you change the input
xml even more. For example, you could have nested question-tags, but a
certain question tag could have more children on the same level...
In that case, your 'count' statements would also count these questions
while they shouldn't have been included in the sum because they're still
at the same level... right? This would be the XML (again haven't checked
it, but you know what I mean):

<a>
  <b>
    <question>
       <c/>
      <question>
         <d/>
        <question>
          <e/>
        </question>
      </question>
    </question>
  </b>
  <f>
    <question>
      <question>
        <question>
          <question><x/></question>
          <question><x/></question>
          <question>
            <question><x/></question>
            <question><x/></question>
            <question><x/></question>
            <g/>
          </question>
        </question>
      </question>
    </question>
  </f>
</a>





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.