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

Group nodes

Subject: Group nodes
From: IZASKUN GUTIERREZ GUTIERREZ <igutierrez027@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2008 13:34:25 +0200
 Group nodes
Hello everybody!

I have this XML :

<Book rdf:ID="boo">
  <address>Almogavers 56</address>
  <date>
    <Date>
        <month>January</month>
    </Date>
  </date>
  <date>
    <Date>
        <year>2006</year>
    </Date>
  </date>
</Book>

and I need group tags <month> and <year> like this:

<Book rdf:ID="boo">
  <address>Almogavers 56</address>
  <date>
    <Date>
        <month>January</month>
        <year>2006</year>
    </Date>
  </date>
</Book>

I need this result.

Anybody can help me?

Thank you, Regards

Izaskun

Current Thread
  • Group nodes
    • IZASKUN GUTIERREZ GUTIERREZ - 17 Jun 2008 11:34:52 -0000 <=

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.