you generate before you aggregate, right?

<map:match pattern="*.frag">
<map:generate src="{1}.xsp" type="serverpages"/>
<map:transform src="page2html.xsl">
<map:serialize/>
</map:match>

<map:match pattern="*.xsp">
<map:aggregate>
  <map:part src="cocoon:/{1}.frag"/>
  <map:part src="anotherxmlfile.xml"/>
</map:aggregate>
<map:transform src="aggregation.xsl"/>
<map:serialize/>
</map:match>
On Sat, Mar 09, 2002 at 10:12:16AM +0530, Niket Anand wrote:

>  Hi All,
> I am facing a problem on aggregation of xml and xsp page.
> It works fine if there is no <xsp:logic> tag in xsp.
> If I put it in Xsp and aggregating with xml file. It doesnot show screen properly 
>and also donot execute logic tag.
> Pls guide me for the same asap.
> Thanks,
> Niket

---------------------------------------------------------------------
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