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

template to group by tags

Subject: template to group by tags
From: IZASKUN GUTIERREZ GUTIERREZ <igutierrez027@xxxxxxxxxxxxx>
Date: Tue, 19 Aug 2008 12:12:38 +0200
 template to group by tags
Hello everybody!

I have one document .xml

<?xml version="1.0" encoding="windows-1252"?>
<file xmlns="http://bibtexml.sf.net/">
    <entry id="art">
    <article>
      <author>Menindez, Isabel</author>
      <author>Perez, Juanito</author>
      <number>409</number>
    </article>
  </entry>
  <entry id="boo">
    <book>
      <author>Boyne, John</author>
      <editor>Gonzalez, Luis</editor>
      <editor>Gomez, Maria</editor>
      <year>2006</year>
    </book>
  </entry>
</file>

I need one templete 1.0 or 2.0 to group tags author and editor like
this, grouping the values by the word and:

<?xml version="1.0" encoding="windows-1252"?>
<file xmlns="http://bibtexml.sf.net/">
    <entry id="art">
    <article>
      <author>Menindez, Isabel and Perez, Juan</author>
      <number>409</number>
    </article>
  </entry>
  <entry id="boo">
    <book>
      <author>Boyne, John</author>
      <editor>Gonzalez, Luis and Gomez, Maria</editor>
      <year>2006</year>
    </book>
  </entry>
</file>

Could anybody help me please?

Regards

IZASKUN

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.