[eml-dev] [Bug 3232] - EML parser limitations
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Thu Jul 10 16:19:16 PDT 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3232
------- Comment #9 from tao at nceas.ucsb.edu 2008-07-10 16:19 -------
In EML module, there are two parsers:
EMLParser.java and SAXValidate.java. EMLParser will check the unique id and
reference id stuff (only for eml features) and SAXValidate will valid EML
instance against schema and valid EML schema itself.
In metacat, we use EMLParser part, not SAXValidate. So this change wouldn't
affect metacat at all.
In morpho, it has a similar class to SAXValidate of EML module. It doesn't use
either EMLParser or SAXValidate from EML module. So this change wouldn't affect
morpho either.
More information about the Eml-dev
mailing list