summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tslink.h5.xml
blob: 6dadce594d53e2c830f72cd045f1b469fedcacf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#############################
Expected output for 'h5dump --xml tslink.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">
   <SoftLink LinkName="slink1" Target="somevalue" TargetObj="/somevalue" OBJ-XID="/slink1" Source="root"/>
   <SoftLink LinkName="slink2" Target="linkvalue" TargetObj="/linkvalue" OBJ-XID="/slink2" Source="root"/>
</RootGroup>
</HDF5-File>