Hi All, I am trying to test simple Hello World on WebLogic6.1.sp2 If I am using LogTransformer this is work correctly ( I see my xml file output on the server console ). While if I am using org.apache.cocoon.transformation, TraxTransformer output on the browser is just empty html page.
All logs are without errors. Do I have forgotten something? Any help or ideas would be appreciated very much. Thank you in advance Helena. from sitemap.xml : <map:transformer logger="sitemap.transformer.xslt" name="xslt" pool-grow="2" pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer"> <use-request-parameters>false</use-request-parameters> <use-browser-capabilities-db>false</use-browser-capabilities-db> <use-deli>false</use-deli> </map:transformer> <map:pipeline> <map:match pattern="**/result.xml"> <map:generate src="xml/index.xml"/> <map:transform src="xsl/business.xsl"/> <map:serialize type="html"/> </map:match> </map:pipeline> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>