[svn-r13179]
replaced the path to XML schema from NCSA page to hdfgroup.org
This commit is contained in:
@@ -76,8 +76,8 @@ static int display_escape = FALSE; /*escape non printable characters
|
||||
**/
|
||||
|
||||
/* module-scoped variables for XML option */
|
||||
#define DEFAULT_XSD "http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.xsd"
|
||||
#define DEFAULT_DTD "http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.dtd"
|
||||
#define DEFAULT_XSD "http://hdfgroup.org/DTDs/HDF5-File.xsd"
|
||||
#define DEFAULT_DTD "http://hdfgroup.org/DTDs/HDF5-File.dtd"
|
||||
|
||||
static int doxml = 0;
|
||||
static int useschema = 1;
|
||||
@@ -3850,10 +3850,10 @@ main(int argc, const char *argv[])
|
||||
indx = strrchr(ns,(int)':');
|
||||
if (indx) *indx = '\0';
|
||||
|
||||
printf("<%sHDF5-File xmlns:%s=\"http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File\" "
|
||||
printf("<%sHDF5-File xmlns:%s=\"http://hdfgroup.org/DTDs/HDF5-File\" "
|
||||
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" "
|
||||
"xsi:schemaLocation=\"http://hdf.ncsa.uiuc.edu/DTDs/HDF5File "
|
||||
"http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.xsd\">\n",xmlnsprefix,ns);
|
||||
"xsi:schemaLocation=\"http://hdfgroup.org/DTDs/HDF5File "
|
||||
"http://hdfgroup.org/DTDs/HDF5-File.xsd\">\n",xmlnsprefix,ns);
|
||||
}
|
||||
} else {
|
||||
printf("<!DOCTYPE HDF5-File PUBLIC \"HDF5-File.dtd\" \"%s\">\n",
|
||||
|
||||
Reference in New Issue
Block a user