Rahul,

What is the exact exception thrown?

-Erik

Rahul Agarwal wrote:
>
> 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="#innerp" 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



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to