Actions
Bug #1748
closed"Get metadata" menu item only works for EML 2.0.0 documents
Start date:
10/27/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1748
Description
Currently the "Get metadata" function only works for EML 2.0.0. The version is
hardcoded in the code, but instead it should be determined from the namespace of
the EML document and then used to lookup the appropriate XSLT stylesheet to be
used. This is a fairly straightforward change, but EML200DataSource needs to be
extended to provide access to the namespace information.
Updated by Jing Tao over 19 years ago
In ResultRecord class(parent class of EML200DataSource), a field - namespace was
added. After searching, the namespace will be set there. So in EML200DataSource,
the hard code of namespace was removed. Instead, the namespace will be gotten
from the get method.
Actions