Actions
Bug #1234
closedremove eml2 dependency from DataPackageFactory->getDataPackage(Node) method
Start date:
12/09/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1234
Description
public static AbstractDataPackage getDataPackage(Node node) method should be
changed to inspect the passed DOM ("node" param) in order to find the value for
the "doctype" that should be used for the "dp.grammar" setting. For now, it is
hardcoded for eml2
Updated by Dan Higgins almost 21 years ago
The getDataPackage(Node node) method in DataPackageFactory class has been
modified to actually check the DOM indicated by the node parameter to determine
the grammar setting (i.e. the docType). Currently only eml2.0.0 doctypes are
handled, but it is planned that the DataPackageFactory will be modified as new
doctypes are created.
Actions