You could use the C/XInclude Transformer. First your XML should be transformed to something like...
<xi:include href="adh/resources/fragments/abstractlist.xml"/> <xi:include href="adh/resources/fragments/arraylist.xml"/> ...
then you can use the XInlcude Transformer to replace the "xi:include" tags with your content.
Your sitemap should be extended like...
<map:transform src="rowset2xinclude.xslt"/> <map:transform type="xinclude"/>
See also
http://cocoon.apache.org/2.1/userdocs/transformers/xinclude-transformer.html http://cocoon.apache.org/2.1/userdocs/transformers/cinclude-transformer.html
Regards, Thomas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
