diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-04-03 21:53:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-04-03 21:53:22 (GMT) |
commit | 24160340cea62bb0a8e67967ee08dfa733c0e4f6 (patch) | |
tree | 1b0164bc21e3fb66fb509dd7829f8c2cb2ab4e55 /tools/testfiles/tstr2.h5.xml | |
parent | e6f83cf57ef4599935e77b1ca4d4cd741635dee1 (diff) | |
download | hdf5-24160340cea62bb0a8e67967ee08dfa733c0e4f6.zip hdf5-24160340cea62bb0a8e67967ee08dfa733c0e4f6.tar.gz hdf5-24160340cea62bb0a8e67967ee08dfa733c0e4f6.tar.bz2 |
[svn-r16669] Corrected the urls for h5dump xml dtd and schema
Tested: Fedora 10 gcc
Diffstat (limited to 'tools/testfiles/tstr2.h5.xml')
-rw-r--r-- | tools/testfiles/tstr2.h5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tstr2.h5.xml b/tools/testfiles/tstr2.h5.xml index 277d9ae..62283be 100644 --- a/tools/testfiles/tstr2.h5.xml +++ b/tools/testfiles/tstr2.h5.xml @@ -2,7 +2,7 @@ Expected output for 'h5dump --xml tstr2.h5' ############################# <?xml version="1.0" encoding="UTF-8"?> -<hdf5:HDF5-File xmlns:hdf5="http://hdfgroup.org/DTDs/HDF5-File" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hdfgroup.org/DTDs/HDF5File http://hdfgroup.org/DTDs/HDF5-File.xsd"> +<hdf5:HDF5-File xmlns:hdf5="http://hdfgroup.org/DTDs/HDF5-File" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hdfgroup.org/DTDs/HDF5-File http://www.hdfgroup.org/DTDs/HDF5-File.xsd"> <hdf5:RootGroup OBJ-XID="xid_696" H5Path="/"> <hdf5:Group Name="g1" OBJ-XID="xid_1344" H5Path="/g1" Parents="xid_696" H5ParentPaths="/" > <hdf5:Dataset Name="dset1" OBJ-XID="xid_1720" H5Path= "/g1/dset1" Parents="xid_1344" H5ParentPaths="/g1"> |