[LON-CAPA-cvs] cvs: loncom /build xfml.dtd

harris41 lon-capa-cvs@mail.lon-capa.org
Sun, 14 Apr 2002 20:45:09 -0000


harris41		Sun Apr 14 16:45:09 2002 EDT

  Modified files:              
    /loncom/build	xfml.dtd 
  Log:
  latest version
  
  
Index: loncom/build/xfml.dtd
diff -u loncom/build/xfml.dtd:1.2 loncom/build/xfml.dtd:1.3
--- loncom/build/xfml.dtd:1.2	Fri Feb  1 05:56:11 2002
+++ loncom/build/xfml.dtd	Sun Apr 14 16:45:09 2002
@@ -54,25 +54,21 @@
      not one or more than two...  okay.. this will be fixed soon -->
 
 <!ENTITY % xfml.Version
-        "-//TUX//DTD piml 1.0 Final//EN"
+        "-//TUX//DTD piml 1.0 Final//EN">
 
-        -- Typical usage:
+<!-- Typical usage:
 
             <!DOCTYPE xfml PUBLIC "-//TUX//DTD PIML 1.0 Final//EN">
             <xfml>
 
             </xfml>
-        --
-        >
+-->
 
-<!ELEMENT when:name (#PCDATA)>
-<!ELEMENT when:attribute (#PCDATA)>
-<!ELEMENT when:cdata (#PCDATA)>
-<!ELEMENT choice:include (#CDATA)>
-<!ELEMENT choice:exclude (#CDATA)>
+<!ELEMENT choice:include (#PCDATA)>
+<!ELEMENT choice:exclude (#PCDATA)>
 
 <!ELEMENT xfml (clause)+>
-<!ELEMENT clause (when:cdata|when:name|when:attribute)+>
+<!ELEMENT clause (when:cdata|when:name|when:attribute|choice:exclude)+>
 <!ELEMENT when:name
  (when:cdata|when:name|when:attribute|choice:include|choice:exclude)+>
 <!ELEMENT when:attribute