xsl-list
[Top] [All Lists]

[xsl] Group nodes

2008-06-17 04:34:55
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





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>