ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error

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

WG: How to reorder an XML tree?

Subject: WG: How to reorder an XML tree?
From: "Griebel, Peer" <Peer.Griebel@xxxxxxxxx>
Date: Tue, 19 Jun 2001 15:24:39 +0200
 WG: How to reorder an XML tree?
Hi,

I would like to mostly copy an XML file unmodified. BUT some single sub-tree
should be moved to a different location - regardless of it's original
position.
Example (each of these elements can be quite complex):

<o id="a">
  <o id="b"/>
</o>
<o id="c"/>
<o id="d"/>

should result in

<o id="a"/>
<o id="c"/>
<o id="d">
  <o id="b"/>
</o>

The same XSLT should also process the following input to the output shown
above:

<o id="a"/>
<o id="c">
  <o id="b"/>
</o>
<o id="d"/>

Should be simple - I hope - I'm just a beginner.

Thank you for your help!


connection reset by
  Peer

-- 
Dr. Peer Griebel                     Tel: +49(0) 731 / 9 74 95-0
Dipl. Inform.                       Fax: +49(0) 731 / 9 74 95-20
Entire Software AG                 mailto:Peer.Griebel@xxxxxxxxx
Pfarrer-Weiß-Weg 10 - 12
D-89077 Ulm                                 http://www.entire.de

 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.