Sanket Pattekar wrote:
Hi, I am using the following cocoon pipeline.<map:match pattern="*/index.html"> <map:generate src="documents.xml"> <map:transform src="document.xsl"> <map:transform type="cinclude"/> </map:serialize> </map:match> documents.xml is a explained in file below <?xml version="1.0"?> <root> <node>contents/Info</node> <node>contents/News</node> </root> What I do in document.xsl is take these node elements and convert the same into an equivalent cinclude input file. What I have observed is that this multiple pipelines doesnot work. However If I remove the cinclude transformer and serialize the output to xml, save this xml file and give it as input to cinclude it works. Some how this pipelining xslt and cinclude transformers do not work in conjuction.
The problem probably is in document.xsl. Please post it's code. -- Leszek Gawron [EMAIL PROTECTED] IT Manager MobileBox sp. z o.o. +48 (61) 855 06 67 http://www.mobilebox.pl mobile: +48 (501) 720 812 fax: +48 (61) 853 29 65 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
