2001-02-15 04:48:22 +08:00
|
|
|
#############################
|
|
|
|
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">
|
2001-02-23 03:21:37 +08:00
|
|
|
<SoftLink LinkName="slink1" Target="somevalue" TargetObj="/somevalue" OBJ-XID="/slink1" Source="root"/>
|
|
|
|
<SoftLink LinkName="slink2" Target="linkvalue" TargetObj="/linkvalue" OBJ-XID="/slink2" Source="root"/>
|
2001-02-15 04:48:22 +08:00
|
|
|
</RootGroup>
|
|
|
|
</HDF5-File>
|