SimonRinguette / bpswg

Automatically exported from code.google.com/p/bpswg
0 stars 0 forks source link

Implementers Guide Property Parameter Expression #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In this piece of XML

<ns1:ElementParameters elementId="6-1645638">
 <ns1:PropertyParameters>
  <ns1:Property name="noOfIssues"
    value="getProperty("noOfIssues") - 1"/>
  </ns1:PropertyParameters>
</ns1:ElementParameters>

Quotes are used within the value attribute, they should either be escaped or 
use single quotes.

A further example below this one does use single quotes

Original issue reported on code.google.com by ghoo...@gmail.com on 31 Jan 2013 at 4:18

GoogleCodeExporter commented 9 years ago
Changed to single quotes in v0.16. The BPMN and XPDL were ok. 

Original comment by tstephen...@gmail.com on 7 Feb 2013 at 2:15