[kepler-dev] [Bug 3449] New: - Parsing exception with escaped characters in MoML,

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jul 11 17:03:29 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3449

           Summary: Parsing exception with escaped characters in MoML,
           Product: Kepler
           Version: 1.0.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: documentation
        AssignedTo: altintas at sdsc.edu
        ReportedBy: jianwu at sdsc.edu
         QAContact: kepler-dev at ecoinformatics.org
                CC: cxh at eecs.berkeley.edu


If customize an actor document with "<anystring>"?  It will throw
exception when you save and reopen it. If you customize actor document with
"<anystring>", it can not be saved. 

The bug originated from one of our new kepler actor which has document with
"<>" string. We have transform them to &lt;&gt; character when it is added. It
works when it is saved for the first time. But throws exception when we reopen
and save as an another file. It is because the file is saved as
"&lt;anystring&gt;" for the first time but as "<anystring>" for the second
time.


More information about the Kepler-dev mailing list