]> matita.cs.unibo.it Git - helm.git/commitdiff
Modified Files:
authorIrene Schena <irene.schena@unibo.it>
Mon, 9 Apr 2001 16:33:00 +0000 (16:33 +0000)
committerIrene Schena <irene.schena@unibo.it>
Mon, 9 Apr 2001 16:33:00 +0000 (16:33 +0000)
1) arith.xsl, contentlib.xsl, reals.xsl, ring.xsl: removed xlink declaration

helm/style/arith.xsl
helm/style/contentlib.xsl
helm/style/reals.xsl
helm/style/ring.xsl

index 8b2ee122af006a26398e790640a8d9f8ce6b6c0e..3784029a04e0528f67f74e33c446248df37210e0 100644 (file)
@@ -31,8 +31,7 @@
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                               xmlns:m="http://www.w3.org/1998/Math/MathML"
-                              xmlns:helm="http://www.cs.unibo.it/helm"
-                              xmlns:xlink="http://www.w3.org/1999/xlink">
+                              xmlns:helm="http://www.cs.unibo.it/helm">
 
 <!-- ************************** ARITHMETICS ****************************** -->
 
index e923aa1c8309ba7af124a1bf8f0340d2f1154faa..65e08c683f7976c04edfd6f34490596e3a87ff41 100644 (file)
@@ -31,8 +31,7 @@
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                               xmlns:m="http://www.w3.org/1998/Math/MathML"
-                              xmlns:helm="http://www.cs.unibo.it/helm"
-                              xmlns:xlink="http://www.w3.org/1999/xlink">
+                              xmlns:helm="http://www.cs.unibo.it/helm">
 
 <xsl:template name="out-mml-op"> <!-- outputs MML nodes for operators -->
    <xsl:param name="arity"/>     <!-- operator arity                  -->
index 1dab2f0b5c034253673454ef89392e653ee5e1c5..c7a6b8e02dc75e96443d16f62a908713768478fb 100644 (file)
@@ -32,8 +32,7 @@
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                               xmlns:m="http://www.w3.org/1998/Math/MathML"
-                              xmlns:helm="http://www.cs.unibo.it/helm"
-                              xmlns:xlink="http://www.w3.org/1999/xlink">
+                              xmlns:helm="http://www.cs.unibo.it/helm">
 
 
 <!-- ************************* LOGIC *********************************-->
index 1aab092c55c083a31cc198871c0e253515df1ca1..d57723ea8bb6e08326f2e3988e83be6d689040b5 100644 (file)
@@ -2,8 +2,7 @@
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                               xmlns:m="http://www.w3.org/1998/Math/MathML"
-                              xmlns:helm="http://www.cs.unibo.it/helm"
-                              xmlns:xlink="http://www.w3.org/1999/xlink">
+                              xmlns:helm="http://www.cs.unibo.it/helm">
                              
 <xsl:template match="APPLY[CONST/@uri='cic:/Coq/ring/Ring_abstract/abstract_rings/apolynomial_normalize_ok.con']" mode="pure">
    <xsl:choose>