From: Naoki Kambe Date: Mon, 15 Oct 2012 13:07:30 +0000 (+0900) Subject: [2298] modify consts related to XML, XSD, and XSL X-Git-Tag: trac2487_base~1^2~26^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66a5ed19d0e59d1a53bbabde6cf5f738b4bd304;p=thirdparty%2Fkea.git [2298] modify consts related to XML, XSD, and XSL change URIs of XSD and XSL to fixed ones --- diff --git a/src/bin/stats/stats_httpd.py.in b/src/bin/stats/stats_httpd.py.in index 7abe6be4fc..17560e7dd5 100644 --- a/src/bin/stats/stats_httpd.py.in +++ b/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"