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/h5dump | |
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/h5dump')
-rw-r--r-- | tools/h5dump/h5dump.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 600de9b..5d3db21 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -104,8 +104,8 @@ static H5_iter_order_t sort_order = H5_ITER_INC; /*sort_order [ascending | d **/ /* module-scoped variables for XML option */ -#define DEFAULT_XSD "http://hdfgroup.org/DTDs/HDF5-File.xsd" -#define DEFAULT_DTD "http://hdfgroup.org/DTDs/HDF5-File.dtd" +#define DEFAULT_XSD "http://www.hdfgroup.org/DTDs/HDF5-File.xsd" +#define DEFAULT_DTD "http://www.hdfgroup.org/DTDs/HDF5-File.dtd" static int doxml = 0; static int useschema = 1; @@ -4389,8 +4389,8 @@ main(int argc, const char *argv[]) printf("<%sHDF5-File xmlns:%s=\"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\">\n",xmlnsprefix,ns); + "xsi:schemaLocation=\"http://hdfgroup.org/DTDs/HDF5-File " + "http://www.hdfgroup.org/DTDs/HDF5-File.xsd\">\n",xmlnsprefix,ns); } } else { printf("<!DOCTYPE HDF5-File PUBLIC \"HDF5-File.dtd\" \"%s\">\n", |