aggregation problem between xml and xsp

2002-03-08 Thread Niket Anand
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

Re: aggregation problem between xml and xsp

2002-03-08 Thread Tim Myers
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