changeset 87298:55a95acb5aa1

Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 Dec 2007 11:33:00 +0000
parents 947277b5370c
children a524d1739a14
files etc/schema/xhtml-style.rnc etc/schema/xhtml-xstyle.rnc etc/schema/xhtml.rnc
diffstat 3 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/etc/schema/xhtml-style.rnc	Sat Dec 15 11:27:32 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# Style Module
-
-style = element style { style.attlist, text }
-style.attlist =
-  title.attrib,
-  I18n.attrib,
-  attribute type { ContentType.datatype },
-  attribute media { MediaDesc.datatype }?,
-  attribute xml:space { "preserve" }?
-head.content &= style*
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/schema/xhtml-xstyle.rnc	Sat Dec 15 11:33:00 2007 +0000
@@ -0,0 +1,10 @@
+# Style Module
+
+style = element style { style.attlist, text }
+style.attlist =
+  title.attrib,
+  I18n.attrib,
+  attribute type { ContentType.datatype },
+  attribute media { MediaDesc.datatype }?,
+  attribute xml:space { "preserve" }?
+head.content &= style*
--- a/etc/schema/xhtml.rnc	Sat Dec 15 11:27:32 2007 +0000
+++ b/etc/schema/xhtml.rnc	Sat Dec 15 11:33:00 2007 +0000
@@ -24,7 +24,7 @@
 include "xhtml-applet.rnc"
 # include "xhtml-bform.rnc"
 include "xhtml-form.rnc"
-include "xhtml-style.rnc"
+include "xhtml-xstyle.rnc"
 include "xhtml-script.rnc"
 # include "xhtml-btable.rnc"
 include "xhtml-table.rnc"