]> matita.cs.unibo.it Git - helm.git/commitdiff
Never really used. Functionality eventually replaced by the serialization.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 12 Nov 2001 11:05:21 +0000 (11:05 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 12 Nov 2001 11:05:21 +0000 (11:05 +0000)
helm/style/config/style-configuration.dtd [deleted file]
helm/style/config/style-configuration.xml [deleted file]

diff --git a/helm/style/config/style-configuration.dtd b/helm/style/config/style-configuration.dtd
deleted file mode 100644 (file)
index a2470d6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="iso8859-1"?>
-
-<!ELEMENT style-configuration (style*,apply*)>
-
-<!ELEMENT style (#PCDATA)>
-<!ATTLIST style key CDATA #IMPLIED>
-
-<!ELEMENT apply (style-ref*)>
-<!ATTLIST apply name CDATA #REQUIRED>
-
-<!ELEMENT style-ref EMPTY>
-<!ATTLIST style-ref key CDATA #REQUIRED>
-
diff --git a/helm/style/config/style-configuration.xml b/helm/style/config/style-configuration.xml
deleted file mode 100644 (file)
index 1641a59..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso8859-1"?>
-<!DOCTYPE style-configuration SYSTEM "style-configuration.dtd">
-
-<style-configuration>
-  <style key="C1">rootcontent.xsl</style>
-  <style key="C2">annotatedpres.xsl</style>
-  <style key="T1">theory_content.xsl</style>
-  <style key="T2">theory_pres.xsl</style>
-
-  <apply name="cic">
-    <style-ref key="C1"/>
-    <style-ref key="C2"/>
-  </apply>
-
-  <apply name="theory">
-    <style-ref key="T1"/>
-    <style-ref key="T2"/>
-  </apply>
-</style-configuration>