baifanvhai / apromore

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

Canonizer: still not fully compatible XPDL #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attached are two XPDL examples: the first has been generated by the canonizer 
from an EPML model. It has several issues and doesn't comply with the XPDL 2.1 
Schema (try e.g. in Eclipse). These have been manually fixed in the second 
file. Can we understand the reasons for these errors and fix them? How come 
this file can be generated from the canonizer if it doesn't comply with the 
schema?

Original issue reported on code.google.com by marcello...@gmail.com on 29 Jul 2010 at 7:47

Attachments:

GoogleCodeExporter commented 9 years ago
The marshaller doesn't guarantee that the generated file is compatible with the 
schema. However, we can use the Validator class to only validate the generated 
xml tree against the schema.

Original comment by aah.shareef@gmail.com on 29 Jul 2010 at 8:07

GoogleCodeExporter commented 9 years ago
The first Issue of not having the <ProcessHeader> in the workflowProcesses tag 
has been resolved and checked in. Still looking at the duplicate graphicsNodes.

Original comment by cam.ja...@gmail.com on 12 Aug 2011 at 5:11