mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
015d638624
Purpose: fix bug in XML output Description: OBJ-XID, Parents, etc. were messed up in several cases. Solution: Fixed. Updated tests to have correct results in them Note: tvldtype.h5.xml is a junk file, Platforms tested: Solaris 2.7
174 lines
6.1 KiB
XML
174 lines
6.1 KiB
XML
#############################
|
|
Expected output for 'h5dump --xml tall.h5'
|
|
#############################
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE HDF5-File PUBLIC "HDF5-File.dtd" "http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.dtd">
|
|
<HDF5-File>
|
|
<RootGroup OBJ-XID="root">
|
|
<Attribute Name="attr1">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="1">
|
|
<Dimension DimSize="10" MaxDimSize="10"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<AtomicType>
|
|
<IntegerType ByteOrder="BE" Sign="true" Size="1" />
|
|
</AtomicType>
|
|
</DataType>
|
|
<Data>
|
|
<DataFromFile>
|
|
97 98 99 100 101 102 103 104 105 0
|
|
</DataFromFile>
|
|
</Data>
|
|
</Attribute>
|
|
<Attribute Name="attr2">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="2">
|
|
<Dimension DimSize="2" MaxDimSize="2"/>
|
|
<Dimension DimSize="2" MaxDimSize="2"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<AtomicType>
|
|
<IntegerType ByteOrder="BE" Sign="true" Size="4" />
|
|
</AtomicType>
|
|
</DataType>
|
|
<Data>
|
|
<DataFromFile>
|
|
0 1
|
|
2 3
|
|
</DataFromFile>
|
|
</Data>
|
|
</Attribute>
|
|
<Group Name="g1" OBJ-XID="/g1" Parents="/" >
|
|
<Group Name="g1.1" OBJ-XID="/g1/g1.1" Parents="/g1" >
|
|
<Dataset Name="dset1.1.1" OBJ-XID="/g1/g1.1/dset1.1.1" Parents="/g1/g1.1">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="2">
|
|
<Dimension DimSize="10" MaxDimSize="10"/>
|
|
<Dimension DimSize="10" MaxDimSize="10"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<AtomicType>
|
|
<IntegerType ByteOrder="BE" Sign="true" Size="4" />
|
|
</AtomicType>
|
|
</DataType>
|
|
<Attribute Name="attr1">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="1">
|
|
<Dimension DimSize="27" MaxDimSize="27"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<AtomicType>
|
|
<IntegerType ByteOrder="BE" Sign="true" Size="1" />
|
|
</AtomicType>
|
|
</DataType>
|
|
<Data>
|
|
<DataFromFile>
|
|
49 115 116 32 97 116 116 114 105 98 117 116 101 32 111 102 32
|
|
100 115 101 116 49 46 49 46 49 0
|
|
</DataFromFile>
|
|
</Data>
|
|
</Attribute>
|
|
<Attribute Name="attr2">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="1">
|
|
<Dimension DimSize="27" MaxDimSize="27"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<AtomicType>
|
|
<IntegerType ByteOrder="BE" Sign="true" Size="1" />
|
|
</AtomicType>
|
|
</DataType>
|
|
<Data>
|
|
<DataFromFile>
|
|
50 110 100 32 97 116 116 114 105 98 117 116 101 32 111 102 32
|
|
100 115 101 116 49 46 49 46 49 0
|
|
</DataFromFile>
|
|
</Data>
|
|
</Attribute>
|
|
<Data>
|
|
<DataFromFile>
|
|
0 0 0 0 0 0 0 0 0 0
|
|
0 1 2 3 4 5 6 7 8 9
|
|
0 2 4 6 8 10 12 14 16 18
|
|
0 3 6 9 12 15 18 21 24 27
|
|
0 4 8 12 16 20 24 28 32 36
|
|
0 5 10 15 20 25 30 35 40 45
|
|
0 6 12 18 24 30 36 42 48 54
|
|
0 7 14 21 28 35 42 49 56 63
|
|
0 8 16 24 32 40 48 56 64 72
|
|
0 9 18 27 36 45 54 63 72 81
|
|
</DataFromFile>
|
|
</Data>
|
|
</Dataset>
|
|
<Dataset Name="dset1.1.2" OBJ-XID="/g1/g1.1/dset1.1.2" Parents="/g1/g1.1">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="1">
|
|
<Dimension DimSize="20" MaxDimSize="20"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<AtomicType>
|
|
<IntegerType ByteOrder="BE" Sign="true" Size="4" />
|
|
</AtomicType>
|
|
</DataType>
|
|
<Data>
|
|
<DataFromFile>
|
|
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
|
</DataFromFile>
|
|
</Data>
|
|
</Dataset>
|
|
</Group>
|
|
<Group Name="g1.2" OBJ-XID="/g1/g1.2" Parents="/g1" >
|
|
<Group Name="g1.2.1" OBJ-XID="/g1/g1.2/g1.2.1" Parents="/g1/g1.2" >
|
|
<SoftLink LinkName="slink" Target="somevalue" TargetObj="/g1/g1.2/g1.2.1/somevalue" OBJ-XID="/g1/g1.2/g1.2.1/slink" Source="/g1/g1.2/g1.2.1"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
<Group Name="g2" OBJ-XID="/g2" Parents="/" >
|
|
<Dataset Name="dset2.1" OBJ-XID="/g2/dset2.1" Parents="/g2">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="1">
|
|
<Dimension DimSize="10" MaxDimSize="10"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<AtomicType>
|
|
<FloatType ByteOrder="BE" Size="4" SignBitLocation="31" ExponentBits="8" ExponentLocation="23" MantissaBits="23" MantissaLocation="0" />
|
|
</AtomicType>
|
|
</DataType>
|
|
<Data>
|
|
<DataFromFile>
|
|
1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
|
|
</DataFromFile>
|
|
</Data>
|
|
</Dataset>
|
|
<Dataset Name="dset2.2" OBJ-XID="/g2/dset2.2" Parents="/g2">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="2">
|
|
<Dimension DimSize="3" MaxDimSize="3"/>
|
|
<Dimension DimSize="5" MaxDimSize="5"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<AtomicType>
|
|
<FloatType ByteOrder="BE" Size="4" SignBitLocation="31" ExponentBits="8" ExponentLocation="23" MantissaBits="23" MantissaLocation="0" />
|
|
</AtomicType>
|
|
</DataType>
|
|
<Data>
|
|
<DataFromFile>
|
|
0 0.1 0.2 0.3 0.4
|
|
0 0.2 0.4 0.6 0.8
|
|
0 0.3 0.6 0.9 1.2
|
|
</DataFromFile>
|
|
</Data>
|
|
</Dataset>
|
|
</Group>
|
|
</RootGroup>
|
|
</HDF5-File>
|