Hello,

I think my last post was not precise enough. :o/ 
In my flow I do some form binding with an xml document. The result of the
form I save to an object of this type:
 
javax.xml.parsers.DocumentBuilderFactory.newInstance().newDocumentBuilder().
newDocument()

I put the document in the flow context

cocoon.sendPage("result-pipeline", document: doc "};

Now I want do process the xml like this:

<map:match pattern="result-pipepline">
       <map:generate type="file" src="{flow-attribute:doc}"/>
       
       <map:serialize type="xml"/>
     </map:match>

How do I have to adjust the statement to further process the retrieved
document? 

Cheers,
Pete



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