Have started to try and figure out the remaining problem by
debug-logging the Forrest transformations of xdocs.

I'm currently using snippets like this

        <!-- Test insert FSO -->
        <map:transform type="debugLogger">
          <map:parameter name="logfile" value="P:\01-soure.log"/>
          <map:parameter name="append" value="false"/>
        </map:transform>

to take a look inside each step
of a pipeline, but unfortuntately results like this

     [startElement] uri=,local=document,raw=document
     [characters]

     [startElement] uri=,local=header,raw=header
     [characters]

     [startElement] uri=,local=title,raw=title
     [characters] Test document
     [endElement] uri=,local=title,raw=title
     [characters]

     [endElement] uri=,local=header,raw=header
     [characters]

are kind of hard to read.

Can anybody tell me how to make cocoon simply write the xml-stream
into a named xml-document?

Thanks,
        
--
Ferdinand Soethe

Reply via email to