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

Re: Re: Working with Collections

Subject: Re: Re: Working with Collections
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 29 Apr 2008 10:27:36 -0400
Re:  Re: Working with Collections
Craig,

At 07:19 AM 4/29/2008, you wrote:
The transformation I'm trying to perform creates a series of groups from the source document based on different criteria and does lookups. It provides the results as a set of tables in the output document. Using the <xsl:for-each/> approach creates repeated sets of results, one for each input document. I also tried:

<xsl:apply-templates select="collection('collection.xml')/yourcontent"/>

This led to the same output, where I got the combined results once for each document in the collection, which seems strange.

Does this make sense?

Well, you're specifying that you want each 'yourcontent' document to be processed, and so if your logic for processing them says to process all of them, that will happen once for as many documents as you have.


Bind these documents to a variable (I think Mike showed you that?) and then perform your grouping logic once over the set. (Or don't even bother and select items straight from the collection, as in

<xsl:for-each-group select="collection('collection.xml')/yourcontent/your/item"
  group-by...

In any case, and especially if you're running out of memory, you might be able to streamline things considerably by pre-processing your input.

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

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.