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

select descendant problem

Subject: select descendant problem
From: Mati Hadi <matilda.kapro@xxxxxxxx>
Date: Fri, 10 Oct 2008 18:00:25 +0000 (GMT)
 select descendant problem
Hi Mailinglist,

I have an xml file like this:
<wrapper class=bmenub>
     <title>menu1</title>
     <section>
         <title>Indoor climate</title>
         <table> some table here</table>
         <section>
             <title> under menus</title>
             <paragraph>some text here</paragraph>
         </section>
         <wrapper class=bmenub>
             <title>menu1.1</title>
             <section>
                 <title>Temperatur</title>
                 <paragraph>some text here</paragraph>
             </section>
             <wrapper class=bmenub>
                 <title>menu1.1.1</title>
                  <section>
                      <title>Heat</title>
                      <paragraph>some text here</paragraph>
                  </section>
                  <wrapper class=bmenub>
                       <title>menu1.1.1.1</title>
                        <section>
                           <title>Heat2</title>
                            <paragraph>some text here</paragraph>
                        </section>
                  </wrapper>
             </wrapper>
         </wrapper>
     </section>
</wrapper>

I want to select all the children of the wrapper, except the children
wrappers. I mean I want to select i.e from the first wrapper just title,
section,section/title, section/table and section/section,but not the child
wrapper, and from the child wrapper, I want to select all its children except
the child wrapper, and so on.
I tried to write :
<xsl: for-each select=bwrapper[@class=bmenub]>
<xsl:apply-templates
select=*[not(descendant::wrapper[wrapper=bmenueb])]/>
</xsl:for-each>
But this dos not work. Any ideas please

Thank you in advance
Matilda



      __________________________________________________________
GC%r det
lC%ngsamt? Skaffa dig en snabbare bredbandsuppkoppling. 
SC6k och jC$mfC6r
priser hos Kelkoo.
http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325

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.