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

RE: listing elements & sub-elements in a seqence - sk

Subject: RE: listing elements & sub-elements in a seqence - skiping
From: Karl <call14@xxxxxxxxx>
Date: Wed, 26 Jul 2006 10:42:06 +0100 (BST)
element sk
Thanks Charles. However, I think you overlooked a minor thing when
mentioning [I have another q at the end. Pls have a look]

---------

If you use:
<xsl:apply-templates select="//Session/Section" />
you will get the same output as:

<xsl:for-each select="//Section[not(SubSection)] |
//Section/SubSection"/>

or 
<xsl:for-each select="//Session/Section" />
------
by writing "//Section[not(SubSection)] | //Section/SubSection, What
I am trying to achieve is
-        select section ONLY if there are NO subsection i.e ignore
those sections that have subsection &
-        If there are subsections, then loop thro each subsection
(ignoring section element)

May be my sample xml is bad. So, I give a better example here [real
xml have many other elements & contents]. Pls ignore any spell
mistake or case mistake like section or Section.

<session>
            <section>
                        <title>1</title>
            </section>
            <section>
                        <title>2</title>
            </section>
            <section>
                        <title>3</title>
                        <subsection>
                                    <title>3.1</title>
                        </subsection>
                        <subsection>
                                    <title>3.2</title>
                        </subsection>
            </section>
            <section>
                        <title>4</title>
            </section>
            <section>
                        <title>5</title>
                        <subsection>
                                    <title>5.1</title>
                        </subsection>
                        <subsection>
                                    <title>5.2</title>
                        </subsection>
            </section>
</session>

Assuming my intention is use <title>,What I intend to generate is

1.html

2.html

3.1.html [pls note section 3.html is not generated because of 
//Section[not(SubSection)] ]

3.2.html

4.html

5.1 html  [again 5.html will not be generated]

5.2.html

Having mentioned this, I wish to ask another Q  I think this I can
get only using xsl grouping / xsl:key but understand xslt 2 has
better option

If I need to display an html output like

1.title  [section title]  will actually be linked to 1.html

2.title

3.title [ie section title appears only once before the start of 1st
subsection title & no links as 3.html is not exist]

3.1 title [subsection title]  will be linked to 3.1.html

3.2 title [subsection title]

4.title

5.title [section title]

 5.1 title [subsection title]

 5.2 title [subsection title]

And so on

Thanks,
karl




	
	
		
___________________________________________________________ 
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html

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.