aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-13 15:10:02 +0000
committerGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-13 15:10:02 +0000
commit1cd50201001c781ee8c0697433464581d4491515 (patch)
tree710e7e04fb5ee061807cba15dfb139d71a9d5381 /contrib
parenta630b49901a26b6c044431942005ae48d6ecf3b7 (diff)
Absolute URL for DTDs introduced
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1374 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/xml/xmlcommand.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/xml/xmlcommand.ml b/contrib/xml/xmlcommand.ml
index 815841673..ab113928a 100644
--- a/contrib/xml/xmlcommand.ml
+++ b/contrib/xml/xmlcommand.ml
@@ -12,8 +12,8 @@
(* CONFIGURATION PARAMETERS *)
-let dtdname = "http://localhost:8081/getdtd?uri=cic.dtd";;
-let typesdtdname = "http://localhost:8081/getdtd?uri=cictypes.dtd";;
+let dtdname = "http://www.cs.unibo.it/helm/dtd/cic.dtd";;
+let typesdtdname = "http://www.cs.unibo.it/helm/dtd/cictypes.dtd";;
let verbose = ref false;; (* always set to true during a "Print XML All" *)
(* UTILITY FUNCTIONS *)