Hi,
In my XPL, I'm trying to execute a pipeline processor in following way -
<p:processor name="oxf:pipeline">
<p:input name="config" href="" debug="pipein"/>
<p:output name="data" ref="data" debug="finaloutput"/>
</p:processor>
"config" input of this pipeline is produced using XSLT processor within the same XPL and debug variable "pipein" gets the correct input (which I expected). But Orbeon throws error - "Adding text to an XML document must not be null".
Interesting point is that if instead of using "href" attribute, I directly give same input to "config", it works perfectly. That is, following works fine -
<p:processor name="oxf:pipeline">
<p:input name="config">
....
....
....
</p:input>
<p:output name="data" ref="data" debug="finaloutput"/>
</p:processor>
Can anybody help me resolving this problem?
Thanks and Regards,
Rahul Agarwal
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
----------------------------------------------------------------------------------------
- Re: [orbeon-user] Strange problem with pipeline processor Rahul Agarwal
