OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [wsbpel] New Issue - replace HTML entity in sample with XML equivalent


Now issue R42 - I missed this when Mark first sent it. Apologies.

Peter

Mark Ford wrote:

Resending to the list

 


From: Mark Ford [mailto:mark.ford@active-endpoints.com]
Sent: Wednesday, November 01, 2006 3:20 PM
To: 'peter@furniss.co.uk'
Cc: 'drj@us.ibm.com'
Subject: New Issue - replace HTML entity in sample with XML equivalent

 

The transition condition for the loan approval service contains an HTML entity for greater than or equal to.

 

               <transitionCondition>

                  $request.amount

                  &ge;

                  10000

               </transitionCondition>

 

&ge; is an HTML entity and not one of the predefined entities from XML 1.0 (Section 4.6: http://www.w3.org/TR/REC-xml/#sec-predefined-ent)

 

Proposed Change:

 

FROM

 

&ge;

 

TO

 

&gt;=




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]