Actions
Bug #3449
closedParsing exception with escaped characters in MoML,
Status:
Resolved
Priority:
Normal
Assignee:
Category:
documentation
Target version:
Start date:
07/11/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3449
Description
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 <> 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 "<anystring>" for the first time but as "<anystring>" for the second time.
Actions