[eml-dev] [Bug 2703] - eml not valid is xmlSpy versions 2006+, eml-text and eml-documentation
bugzilla-daemon@ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Thu Feb 7 17:25:31 PST 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2703
------- Comment #3 from mob at icess.ucsb.edu 2008-02-07 17:25 -------
from INigo and Margaret:
EML uses some parts of DocBook schema (eg. <para> and children). Some of these
are generating the parsing errors in XMLSpy 2006+. For example, in eml.xsd,
there are these lines inside <para> :
<ulink url="http://dublincore.org/documents/usageguide/">
<citetitle>
The Dublin Core Metadata Initiative
</citetitle>
</ulink>
So it seems that there are 2 choices for the short term:
1. take all the ulink, citetitle, and other offending tags out of eml
documentation
2. add these elements in as children of para
We could consider adding these back (and maybe more?) docBook elements later
(i.e., 2.1+)
More information about the Eml-dev
mailing list