summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tarray3.h5.xml
diff options
context:
space:
mode:
authorRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2001-02-14 20:48:22 (GMT)
committerRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2001-02-14 20:48:22 (GMT)
commitd12fa9b5c5ff0eb1919eb4233845867dcc6c63c0 (patch)
treee3e3ee06aec1b37f1f6ade374a1bc8292cb7ce1d /tools/testfiles/tarray3.h5.xml
parenta66186cc0dd49a1800c56688e5347fc39abb8c3a (diff)
downloadhdf5-d12fa9b5c5ff0eb1919eb4233845867dcc6c63c0.zip
hdf5-d12fa9b5c5ff0eb1919eb4233845867dcc6c63c0.tar.gz
hdf5-d12fa9b5c5ff0eb1919eb4233845867dcc6c63c0.tar.bz2
[svn-r3408] Purpose:
Adding new feature. Description: XML output option to h5dump Platforms tested: SPARC Solaris 2.7, Irix6.5 (32bit), Linux, Win98
Diffstat (limited to 'tools/testfiles/tarray3.h5.xml')
-rw-r--r--tools/testfiles/tarray3.h5.xml120
1 files changed, 120 insertions, 0 deletions
diff --git a/tools/testfiles/tarray3.h5.xml b/tools/testfiles/tarray3.h5.xml
new file mode 100644
index 0000000..5af5d85
--- /dev/null
+++ b/tools/testfiles/tarray3.h5.xml
@@ -0,0 +1,120 @@
+#############################
+Expected output for 'h5dump --xml tarray3.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">
+ <Dataset Name="Dataset1" OBJ-XID="/Dataset1" Parents="root">
+ <Dataspace>
+ <SimpleDataspace Ndims="1">
+ <Dimension DimSize="4" MaxDimSize="4"/>
+ </SimpleDataspace>
+ </Dataspace>
+ <DataType>
+ <ArrayType Ndims="1">
+ <ArrayDimension DimSize="4" DimPerm="0"/>
+ <DataType>
+ <ArrayType Ndims="2">
+ <ArrayDimension DimSize="6" DimPerm="0"/>
+ <ArrayDimension DimSize="3" DimPerm="1"/>
+ <DataType>
+ <AtomicType>
+ <IntegerType ByteOrder="LE" Sign="true" Size="4" />
+ </AtomicType>
+ </DataType>
+ </ArrayType>
+ </DataType>
+ </ArrayType>
+ </DataType>
+ <Data>
+ <DataFromFile>
+ 0 1 2
+ 10 11 12
+ 20 21 22
+ 30 31 32
+ 40 41 42
+ 50 51 52 100 101 102
+ 110 111 112
+ 120 121 122
+ 130 131 132
+ 140 141 142
+ 150 151 152 200 201 202
+ 210 211 212
+ 220 221 222
+ 230 231 232
+ 240 241 242
+ 250 251 252 300 301 302
+ 310 311 312
+ 320 321 322
+ 330 331 332
+ 340 341 342
+ 350 351 352
+ 1000 1001 1002
+ 1010 1011 1012
+ 1020 1021 1022
+ 1030 1031 1032
+ 1040 1041 1042
+ 1050 1051 1052 1100 1101 1102
+ 1110 1111 1112
+ 1120 1121 1122
+ 1130 1131 1132
+ 1140 1141 1142
+ 1150 1151 1152 1200 1201 1202
+ 1210 1211 1212
+ 1220 1221 1222
+ 1230 1231 1232
+ 1240 1241 1242
+ 1250 1251 1252 1300 1301 1302
+ 1310 1311 1312
+ 1320 1321 1322
+ 1330 1331 1332
+ 1340 1341 1342
+ 1350 1351 1352
+ 2000 2001 2002
+ 2010 2011 2012
+ 2020 2021 2022
+ 2030 2031 2032
+ 2040 2041 2042
+ 2050 2051 2052 2100 2101 2102
+ 2110 2111 2112
+ 2120 2121 2122
+ 2130 2131 2132
+ 2140 2141 2142
+ 2150 2151 2152 2200 2201 2202
+ 2210 2211 2212
+ 2220 2221 2222
+ 2230 2231 2232
+ 2240 2241 2242
+ 2250 2251 2252 2300 2301 2302
+ 2310 2311 2312
+ 2320 2321 2322
+ 2330 2331 2332
+ 2340 2341 2342
+ 2350 2351 2352
+ 3000 3001 3002
+ 3010 3011 3012
+ 3020 3021 3022
+ 3030 3031 3032
+ 3040 3041 3042
+ 3050 3051 3052 3100 3101 3102
+ 3110 3111 3112
+ 3120 3121 3122
+ 3130 3131 3132
+ 3140 3141 3142
+ 3150 3151 3152 3200 3201 3202
+ 3210 3211 3212
+ 3220 3221 3222
+ 3230 3231 3232
+ 3240 3241 3242
+ 3250 3251 3252 3300 3301 3302
+ 3310 3311 3312
+ 3320 3321 3322
+ 3330 3331 3332
+ 3340 3341 3342
+ 3350 3351 3352
+ </DataFromFile>
+ </Data>
+ </Dataset>
+</RootGroup>
+</HDF5-File>