emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to xhtml-xstyle.rnc


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to xhtml-xstyle.rnc
Date: Sat, 15 Dec 2007 11:33:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/12/15 11:33:00

Index: xhtml-xstyle.rnc
===================================================================
RCS file: xhtml-xstyle.rnc
diff -N xhtml-xstyle.rnc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ xhtml-xstyle.rnc    15 Dec 2007 11:33:00 -0000      1.1
@@ -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*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]