Project

General

Profile

« Previous | Next » 

Revision 5709

add support for EML 2.1.1

View differences:

NonAsciiCharacterTest.java
178 178
        
179 179
        // if this is an EML 2.1.0 or later document, the document level access is
180 180
        // before the dataset element.
181
        if (emlVersion == EML2_1_0) {
181
        if (emlVersion == EML2_1_0 || emlVersion == EML2_1_1) {
182 182
        	testDocument += getAccessBlock("public", true, true, false, false, false);
183 183
        }
184 184
        testDocument += "<dataset scope=\"document\"><title>" + title + "</title>"

Also available in: Unified diff