I'm looking into a way to generate content from multiple generators at
once after a user request (web) and then merge them together into one
output serializer. I looked into map:aggregate but the documentation
seems limited and I couldn't find any examples of doing this.
So, specifically, user requests whatever.html and my sitemap is
configured to grab the results of multiple sources from disk:
part1.xml serialized through 1.xsl > becomes foo1.xml
part2.xml serialized through 2.xsl > becomes foo2.xml
part3.xml serialized through 3.xsl > becomes foo3.xml
etc.
and then concatenates foo1.xml + foo2.xml + foo3.xml and that result
can be serialized too if necessary into one final output. Is this
possible?
Thanks,
David
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25�
http://photos.yahoo.com/ph/print_splash
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]