Hi, I have one fast question:

How to aggregate a "resource" in the meaning of <map:resource/>?

Example:

<map:resource name="nb">
  <map:generate src="documents.xml"/>
  <map:transform src="transform.xsl"/>
  <map:serialize type="xml"/>
</map:resource>

<map:aggregate element="page">
  <map:part src="cocoon:/lines/one.xml"/>
  <map:part src="resource://nb"/>
</map:aggregate>

What protocol should I specify in src attribute for "nb"? (I know that
resource:// is not a good one)

-- MisoD --
Michal Durdina - [EMAIL PROTECTED] 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to