Ack, sorry about that. Darn Outlook... Anyway, here's the link to the documentation:
-----Original Message----- From: Lai, Harry Sent: Tuesday, September 10, 2002 5:34 PM To: '[EMAIL PROTECTED]' Subject: RE: aggregator element question Hi Nick, While you can't do this using the aggregator, you might be able to accomplish what you want via the cinclude transformer. Here's the base Cocoon documentation for this transformer: -----Original Message----- From: Nick Airey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 6:19 AM To: Cocoon Users Subject: aggregator element question Hi everyone, when using the aggregator, is it possible to specify an attribute as well as the name of the parent element, eg <map:match pattern="about"> <map:aggregate element="page"> <map:part src="cocoon:/info"/> <map:part type="file" src="otherInfo.xml"/> </map:aggregate> <map:transform type="xslt" src="faq.xsl"/> <map:serialize type="xhtml"/> </map:match> will give me <page> <info/> <otherInfo/> </page> whereas I would like <page type="info"> <info/> <otherInfo/> </page> Is this possible? Kind regards, Nick --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>