]> granicus.if.org Git - docbook-dsssl/commitdiff
Clean up definitions
authorNorman Walsh <ndw@nwalsh.com>
Wed, 7 Jan 2004 17:52:08 +0000 (17:52 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 7 Jan 2004 17:52:08 +0000 (17:52 +0000)
docbook/relaxng/src/mathml.rnc
docbook/relaxng/src/svg.rnc

index 145540e4a6e1ec22da62677d507158ae3f94e949..efdaa3b7cb7c95740e7ddf088c32d3a3a323815e 100644 (file)
@@ -21,10 +21,7 @@ equation.content |= any.mml
 inlineequation.content |= any.mml
 
 any.mml =
-   element mml:*
-   {
-      (attribute * { text }
-       | text
-       | any.mml)*
+   element mml:* {
+      anyAttribute*,
+      (text | any.mml)*
    }
-
index d17591dcacd213d729f598486a8e632158ddc5e4..a20350d0f01f66fc9b7ef49a47e952d66e05d822 100644 (file)
@@ -20,10 +20,7 @@ default namespace = "http://docbook.org/docbook-ng/absinthe"
 imageobject.content |= any.svg
 
 any.svg =
-   element svg:*
-   {
-      (attribute * { text }
-       | text
-       | any.svg*)*
+   element svg:* {
+      anyAttribute*,
+      (text | any.svg)*
    }
-