Ard Schrijvers,Markus Vaterlaus and Geert Josten,,,Many Thanks for your suggestions,,,
I tried the following way and it works,,
<map:match pattern="one">
<map:generate src=""/>
<map:serialize type="xml"/>
</map:match>
<map:match pattern="two">
<map:generate src=""/>
<map:serialize type="xml"/>
</map:match>
</map:pipeline>
<map:pipeline>
<map:match pattern="authorsbook.html">
<map:aggregate element="cd">
<map:part src="" element="author"/>
<map:part src="" element="book"/>
  ; </map:aggregate>
<map:transform src=""/>
<map:serialize type="html"/>
</map:match>
<map:generate src=""/>
<map:serialize type="xml"/>
</map:match>
<map:match pattern="two">
<map:generate src=""/>
<map:serialize type="xml"/>
</map:match>
</map:pipeline>
<map:pipeline>
<map:match pattern="authorsbook.html">
<map:aggregate element="cd">
<map:part src="" element="author"/>
<map:part src="" element="book"/>
  ; </map:aggregate>
<map:transform src=""/>
<map:serialize type="html"/>
</map:match>
Regards
Kavitha
kavitha ramesh <[EMAIL PROTECTED]> wrote:
kavitha ramesh <[EMAIL PROTECTED]> wrote:
Hi,I have two xml files,,book.xml and author.xml and one xsl file,,author's book.xsl.How can I process these two xml files with one xsl file in cocoon?how should my pipeline in the sitemap look like?Please suggest me,,,Kavitha__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
