Actions
Bug #1268
closedempty id attribute problem in XML editor
Start date:
01/22/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1268
Description
Morpho XML editor creates an attribute of
id=""
when saving changes to an xml file. SInce several tags may have allowed 'id'
attributes, this causes the metacat check for identical ids to indicate a
problem (empty strings match!) when trying to insert.
XML editor needs to be changed to not include optional attributes which are empty.
Updated by Dan Higgins almost 21 years ago
Editor code modified to not include 'empty' id attributes. This avoids the
matching attribute problem when inserting into Metacat.
Actions