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

building path expressions around dynamic element node

Subject: building path expressions around dynamic element node names
From: Rahil <qamar_rahil@xxxxxxxxxxx>
Date: Wed, 18 May 2005 11:27:44 +0100
dynamic xsl path
Hi

I have an xml file with some dynamic element node names such as below:

<Top>
   <Dynamic1>
         <A>
               <Class id="123">Dynamic1</Class>
        </A>
         <B>
               <Class id="897">Not Present</Class>
         </B>
   </Dynamic1>
   <Dynamic2>
         <A>
               <Class id="567">Dynamic2</Class>
        </A>
         <B>
               <Class id="908">Car</Class>
         </B>
   </Dynamic2>
</Top>

I have a for-loop that extracts all the node fragments where B/Class[.='Not Present']. What I then want to do is access all the dynamic element nodes such as '<Dynamic1>', '<Dynamic2>', etc. (which is the same as the <Class> text() of the <A> node). How can I do this?

Also, (I know Ive read this somewhere but cant find it now) how can I match an element name with some value i.e. how can I carry out an operation such that Top/{next element name}='Dynamic1' ?

Thanks for all help.
Rahil

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.