Hello all,
I have this pipeline which produces a XML document after doing some SOAP calls; the pipeline is fired by a submission from a Xforms document.
Now I to use this XML document on another Xforms document and I’m wondering how I can access this data.
From my pageflow:
<page id="search-general-submit" path-info="/search/search-general-submit" >
<action action="search-general-perform.xpl">
<result page="search-general-result" transform="oxf:xslt">
<data xsl:version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:copy-of select="doc('input:instance')"></xsl:copy-of>
</data>
</result>
</action>
</page>
My guess would be that I should an xforms:instance element in the consuming Xforms document referring to the data generated by the pipeline. Is that correct? If so, how would I refer to this data?
Best, Robin
Free forum by Nabble | Edit this page |