Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Literal is not a valid XML

Hi,

 

One more question J

 

If user types incorrect “Fixed value” in Assign then BPEL designer reports about non-valid XML and converts it to the _expression_, as follows:

 

<from>

  <![CDATA[bla-bla-incorrect-character-&-bla-bla]]>

</from>

 

I suppose it’s a mistake and we need to use CDATA *inside* <literal>:

 

<from>

  <literal>

    <![CDATA[bla-bla-incorrect-character-&-bla-bla]]>

  </literal>

</from>

 

Any objections?

 

Thanks,

  Oleg.

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park, 
17 Krylatskaya Str., Bldg 4, Moscow 121614, 
Russian Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

Back to the top