[eml-dev] [Bug 3465] New: - Change InlineType to CDATA

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Jul 28 12:10:13 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3465

           Summary: Change InlineType to CDATA
           Product: EML
           Version: 2.0.1
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: eml - general bugs
        AssignedTo: jones at nceas.ucsb.edu
        ReportedBy: tao at nceas.ucsb.edu
         QAContact: eml-dev at ecoinformatics.org


Currently in eml definition, the InlineType, which is the data type of element
inline, is PCDATA.  This means xml parser will parse it. This causes some
problems. For example, SAX parse in Metacat will change "<", if it is in
element inline,  to "<" during the parsing.  This change will make the document
invalid. If we change InlineType to CDATA, SAX parser will skip the content in
element inline, the problem will be gone.


More information about the Eml-dev mailing list