Erik,
The exception thrown is "illegal argument exception".
By the way, the problem was due to debug variables which were present in "#innerp". I'm not sure why it gives error but removing these debug variables allows me to proceed. Any reason you know of it ??
Thank you,
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.
----------------------------------------------------------------------------------------
| Erik Bruchez <ebruchez @orbeon.com> Sent by: orbeon-user-admin 12/18/2004 04:28 PM
|
To: [EMAIL PROTECTED] cc: Subject: Re: [orbeon-user] Strange problem with pipeline processor |
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="" 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
