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

Re: Select elements between others

Subject: Re: Select elements between others
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 21 Jan 2004 03:19:54 -0800 (PST)
select in between
> I have received, what I consider to be, a badly designed xml file:
> <data> 
>   <block/> 
>     <item> One</item>
>     <item> Two</item>
>   <block/> 
>     <item> One</item>
>     <item> Two</item>
>     <item> Three</item>
>    <block/> 
>     <item> One</item>
> </data> 
> 
> I want to turn this into a more normal form to make it easier to manage:
> 
> <data> 
>   <block> 
>     <item> One</item>
>     <item> Two</item>
>   </block> 
>   <block> 
>     <item> One</item>
>     <item> Two</item>
>     <item> Three</item>
>   </block> 
>   <block> 
>     <item> One</item>
>   </block> 
> </data> 


In December there was a thread on doing this efficiently with huge source
xml documents. Look for the thread "Unbounded element
grouping/concatenation"

The optimized solution can be found here: 

http://aspn.activestate.com/ASPN/Mail/Message/xsl-list/1913969

with some minor corrections in the last messages of the thread.


Cheers,

Dimitre Novatchev.
FXSL developer

http://fxsl.sourceforge.net/ -- the home of FXSL
Resume: http://fxsl.sf.net/DNovatchev/Resume/Res.html


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

 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.