From 38d52eb66058f38d4e7afcde55da86f894924378 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 16 Mar 2001 18:43:38 +0000 Subject: [PATCH] getciconly ==> getxml --- helm/on-line/javascript/control.js | 4 ++-- helm/style/content_to_html.xsl | 2 +- helm/style/expandobj.xsl | 2 +- helm/style/rootcontent.xsl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index 4136c0edf..24ca2eed9 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -106,7 +106,7 @@ function makeURL(type,uri,cicflags,typesflags) else format = mode_list[2]; if (output == "raw") { - url = getterURL + "getciconly?uri=" + uri + + url = getterURL + "getxml?uri=" + uri + "&format=" + (format == "zcic" ? "gz" : "normal"); } else { if (format == "html" && type == "cic") { @@ -135,7 +135,7 @@ function makeURL(type,uri,cicflags,typesflags) if (cicflags != "NO" || type == "theory") { annotations = mode_list[4]; } - url = processorURL + "apply?xmluri=" + escape(getterURL + "getciconly?uri=" + uri) + "&keys=" + keys + "¶m.CICURI=" + uri + "¶m.naturalLanguage=" + naturalLanguage + "¶m.annotations=" + annotations; + url = processorURL + "apply?xmluri=" + escape(getterURL + "getxml?uri=" + uri) + "&keys=" + keys + "¶m.CICURI=" + uri + "¶m.naturalLanguage=" + naturalLanguage + "¶m.annotations=" + annotations; } return url; diff --git a/helm/style/content_to_html.xsl b/helm/style/content_to_html.xsl index 74d6505bf..32d7a542c 100644 --- a/helm/style/content_to_html.xsl +++ b/helm/style/content_to_html.xsl @@ -38,7 +38,7 @@ -getciconly?uri= +getxml?uri= apply?keys=&param.naturalLanguage=&param.annotations=&param.keys=&param.getterURL=&param.processorURL=&xmluri= diff --git a/helm/style/expandobj.xsl b/helm/style/expandobj.xsl index b42afa966..baf2007c7 100644 --- a/helm/style/expandobj.xsl +++ b/helm/style/expandobj.xsl @@ -41,7 +41,7 @@ -getciconly?uri= +getxml?uri= apply?keys=&param.naturalLanguage=&param.annotations=&param.keys=&param.getterURL=&param.processorURL=&xmluri= diff --git a/helm/style/rootcontent.xsl b/helm/style/rootcontent.xsl index 34a97ab2d..e7197b271 100644 --- a/helm/style/rootcontent.xsl +++ b/helm/style/rootcontent.xsl @@ -48,7 +48,7 @@ -getciconly?uri= +getxml?uri= -- 2.39.2