Browse Source

[2298] modify consts related to XML, XSD, and XSL

change URIs of XSD and XSL to fixed ones
Naoki Kambe 12 years ago
parent
commit
c66a5ed19d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/stats/stats_httpd.py.in

+ 2 - 2
src/bin/stats/stats_httpd.py.in

@@ -65,8 +65,8 @@ XSL_TEMPLATE_LOCATION = BASE_LOCATION + os.sep + "stats-httpd-xsl.tpl"
 # These variables are paths part of URL.
 # eg. "http://${address}" + XXX_URL_PATH
 XML_URL_PATH = '/bind10/statistics/xml'
-XSD_URL_PATH = '/bind10/statistics/xsd'
-XSL_URL_PATH = '/bind10/statistics/xsl'
+XSD_URL_PATH = '/bind10/statistics.xsd'
+XSL_URL_PATH = '/bind10/statistics.xsl'
 # TODO: This should be considered later.
 XSD_NAMESPACE = 'http://bind10.isc.org/bind10'
 XMLNS_XSI = "http://www.w3.org/2001/XMLSchema-instance"