Blob Blame History Raw
Parse successful
<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" xml:base="file:dap4/test_simple_6.xml" dapVersion="4.0" dmrVersion="1.0" name="test_simple_6">
    <Structure name="s">
        <Int32 name="i1"/>
        <String name="s"/>
        <Structure name="inner">
            <Int32 name="i2"/>
        </Structure>
    </Structure>
</Dataset>

<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" xml:base="file:dap4/test_simple_6.xml" dapVersion="4.0" dmrVersion="1.0" name="test_simple_6">
    <Structure name="s">
        <Structure name="inner">
            <Int32 name="i2"/>
        </Structure>
        <Attribute name="DAP4_Checksum_CRC32" type="String">
            <Value>18df6c9e</Value>
        </Attribute>
    </Structure>
</Dataset>

The data:
{ { { 123456789 } } }