[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Combining two XBEL XML files
Subject: Re: [xsl] Combining two XBEL XML files
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Sun, 13 Jul 2008 14:32:23 +0200
|
Aaron Gray wrote:
Whats the differences that stop it running on 1.0 ?
Doing it with XSLT 1.0 is more difficult, with XSLT 2.0 and
xsl:for-each-group you can easily group folder and bookmark elements
from different documents while Muenchian grouping in XSLT 1.0 is key
based and keys are built for each document only. So with XSLT 1.0 you
might want to do two transformations, the first one merging the two
documents into one, the second one doing grouping to get rid of
duplicates and sorting.
--
Martin Honnen
http://JavaScript.FAQTs.com/
| Current Thread |
|
Michael Kay - 12 Jul 2008 16:07:41 -0000
|
|