Login  Register

Re: Viewing XPL / pipeline output

Posted by Alexandru Ionita on Jan 29, 2010; 1:22pm
URL: https://discuss.orbeon.com/Viewing-XPL-pipeline-output-tp1415414p1415449.html



Hello Robin,

you may use the file-serializer in conjunction with a converter that will store your xml content to a specified location.

<p:processor name="oxf:xml-converter"><p:input name="config"><config><encoding>utf-8</encoding></config></p:input><p:input name="data" href="#my-document"/><p:output name="data" id="converted"/></p:processor><!-- Write the document to a file --><p:processor name="oxf:file-serializer"><p:input name="config"><config><directory>build/doc/reference</directory><file>single-file-doc.html</file><make-directories>true</make-directories><append>false</append></config></p:input><p:input name="data" href="#converted"/></p:processor>

http://www.orbeon.com/orbeon/doc/processors-serializers

regards,
Alexandru


On Fri, Jan 29, 2010 at 14:43, Robin Diederen <[hidden email]> wrote:

Hello there,

 

I'm trying to diagnose why a XPL I wrote isn't working as expected. So I'm looking for a nifty way to show data (browser, console, logfile, that's all fine) from the pipeline. Would anybody happen to have a hint to to realize this?

 

Best, Robin



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws