Bug #1016
closedSystem Identifier problems in DOCTYPE
0%
Description
The system identifiers inserted in the DOCTYPE element of beta6 eml modules
created by Morpho are not always meaningful or correct. Some point to urls on
metacat, some just have a local file name which may or may not be available, and
in some cases, the SystemId string is not a valid URL due to the fact that the
catalog system was moved to inside of a jar file.
This does not create a problem for Morpho since it uses public identifiers, but
may be problematic for exported packages.
Updated by Dan Higgins about 21 years ago
there is some indication that incorrect system identifiers are causing problems
with the current version of metacat. We should thus correct this problem in the
next release.
Updated by Dan Higgins almost 21 years ago
This problem is absent in the 1.5 version of Morpho since it only saves eml2.0.0
documents which are XMLSchema based and do not use DOCTYPE elements.