Bug #405
closedProblems editing dataset eml files from nrs web page
0%
Description
There is a problem when one tries to use Morpho to edit dataset files created
using the nrs web page input and then opened in Morpho. It looks like the Morpho
editor inserts some optional nodes in the wrong location, then does not remove
them even if empty, and thus tries to submit an invalid document when the doc is
edited. The error message also seems inappropriate. Details still need to be
determined.
Updated by Dan Higgins almost 23 years ago
There seem to have been 2 problems with the Morpho editor that caused this
problem. In one case, empty odes were not trimmed properly when edited documents
were saved. A second problem was a fairly serious logic error in the method
that merged tree structures. This error resulted in nodes being order
incorrectly which made the edited documents invalid, causing problems sending
there docs to Metacat. Poth problems have been fixef with method changed to the
DocFrame class.