]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2298] modify consts related to XML, XSD, and XSL
authorNaoki Kambe <kambe@jprs.co.jp>
Mon, 15 Oct 2012 13:07:30 +0000 (22:07 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Fri, 26 Oct 2012 11:36:26 +0000 (20:36 +0900)
change URIs of XSD and XSL to fixed ones

src/bin/stats/stats_httpd.py.in

index 7abe6be4fc19d50c7134ba36e8fa83919315e388..17560e7dd57017258dc44e58628a4f70232b134f 100644 (file)
@@ -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"