oceatoon wrote:

Hi

I was wondering if anybody has encountered or heard of this problem since I
cant seem where it comes from:

I am retreiving information from a flow with jxtemplate then putting it into
a xml file and trying to transform it with xslt

comming from flow:

form.save(document); //from a CForm bind, document is a DOM tree
SendPage(toto,document);

in my toto.xml I recover document with :#{/} which is the content of the above document

in my sitemap:
<map:match pattern="toto"> <map:generate type="jx" src="toto.xml"/> <map:transform type="xslt" src="htmlresult.xsl"/> <map:serialize type="xml"/>
</map:match>


Result:
-The jx evaluation works on its own -The transformation works on the result.xml (saved from the above process jx
without transformation)
???? but when I align the jx with the transformation I get an error
org.apache.cocoon.ProcessingException: Failed to execute pipeline




Can you give a fuller stacktrace?

Upayavira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to