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

XPath location problem

Subject: XPath location problem
From: Per Åberg <aberg.per@xxxxxxxx>
Date: Tue, 29 Aug 2006 23:15:46 +0200
latin animal names
Hi,
First, I want to thank Michael and Peter for your help on my question about sort order last week. My problem then was solved with the node-set extension.


My new problem is a location issue. On the XML document:
       <animal>
           <species>
               <name language="English">Wolf</name>
               <name language="Spanish">Lobo</name>
               <name language="English">Warg</name>
               <name language="Latin">Canis Lupus</name>
               <name language="French">Loup</name>
           </species>
       </animal>

I want to perform this operation: If there is more than one "name language='English'" in "species", then create a temporary node set with the "name" elements following and including the second "language='English'". Thus,
<name language="English">Wolf</name>
<name language="Spanish">Lobo</name>
<name language="English">Warg</name>
<name language="Latin">Canis Lupus</name>
<name language="French">Loup</name>
should be
<name language="English">Warg</name>
<name language="Latin">Canis Lupus</name>
<name language="French">Loup</name>


The new node set should then be placed in a variable and compared to another "species" node set, but I think I can sort that part out for myself. Is it possible to extract my wanted output with XPath? There can be any number of "name language='English'", and they can be in any position, so the solution must be generic. I work with XSL 1.0 and the Xalan processor.

Thanks in advance!
Per


Current Thread

Back To School Sale!

Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop.

Offer ends August 31, 2008.

Coupon Code
TRTY-C4JV-OFF

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-2007 All Rights Reserved.