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] Issue - 102 - Fixing Typos in getVariable*() in BPELexamples



Hi Ron and others,

"<" needs to be expressed as "&lt;" in attribute values or text nodes, while it is not necessary to express ">"  as "&gt;" to make it legal / well-formed in XML attribute values or text nodes.

I have seen a similar question raised by another Oracle internal developer.

I would like to submit a proposal to vote, if there is no further question or opposition to this issue.

And, in the proposal, I would like to suggest to add a couple of sentences to clarify the XPath's query/expression inherits the namespace-to-prefix mapping from the current element.


Thanks!


Regards,
Alex Yiu



Ron Ten-Hove wrote:

Shouldn't we make the XML attribute values legal as well?
"bpws:getVariableProperty('stockResult','level') &gt; 100"
"bpws:getVariableProperty('stockResult','level') &gt;= 0"
"bpws:getVariableData('orderDetails') &gt; 100"
  
-Ron

ws-bpel issues list editor wrote:

This issue has been added to the wsbpel issue list. The issues list is posted as a Technical Committee document to the OASIS WSBPEL TC pages on a regular basis. The current edition, as a TC document, is the most recent document with the title in the "Issues" folder of the WSBPEL TC document list - the next posting will include this issue. The list editor's working copy, which will normally include an issue when it is announced, is available at this constant URL.

Issue - 102 - Fixing Typos in getVariable*() in BPEL examples

Status: open
Date added: 9 Mar 2004
Submitter: Alex Yiu
Date submitted: 08 March 2004
Description: There seem to be typos in our BPEL examples
"bpws:getVariableProperty(stockResult,level) > 100"
"bpws:getVariableProperty(stockResult,level) >= 0"
"bpws:getVariableData(orderDetails) > 100"
  

We need to put quotations on function parameters.

It becomes like:

"bpws:getVariableProperty('stockResult','level') > 100"
"bpws:getVariableProperty('stockResult','level') >= 0"
"bpws:getVariableData('orderDetails') > 100"
  

In some of the examples the "bpws:" is actually extra and incorrect. The prefix-namespace mapping of a function call in XPath typically inherited from that of the hosting element.
Changes: 9 Mar 2004 - new issue


To comment on this issue, please follow-up to this announcement on the wsbpel@lists.oasis-open.org list (replying to this message should automatically send your message to that list), or ensure the subject line as you send it starts "Issue - 102 - [anything]" or is a reply to such a message.

To add a new issue, see the issues procedures document (but the address for new issue submission is the sender of this announcement).

To unsubscribe from this mailing list (and be removed from the roster of the OASIS TC), go to http://www.oasis-open.org/apps/org/workgroup/wsbpel/members/leave_workgroup.php.





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