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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 11 Sep 2003 22:06:37 -0000


albertel		Thu Sep 11 18:06:37 2003 EDT

  Modified files:              
    /loncom/build	lpml.dtd 
  Log:
  
  - document new tags/args
  
  
Index: loncom/build/lpml.dtd
diff -u loncom/build/lpml.dtd:1.16 loncom/build/lpml.dtd:1.17
--- loncom/build/lpml.dtd:1.16	Sun Oct 13 13:24:05 2002
+++ loncom/build/lpml.dtd	Thu Sep 11 18:06:37 2003
@@ -89,6 +89,7 @@
 <!ELEMENT directories (directory)+>
 <!ELEMENT files (file|fileglob|link)+>
 <!ELEMENT dependencies (#PCDATA)>
+<!ELEMENT privatedependencies (#PCDATA)>
 <!ELEMENT note (#PCDATA|table|b|br)*>
 <!ELEMENT b (#PCDATA)>
 
@@ -144,6 +145,9 @@
 -->
 <!ELEMENT file (source,target+,categoryname,description?,buildlink?,
                 note?,build?,status?,dependencies?)>
+<!ATTLIST table
+    type CDATA #IMPLIED
+>
 <!ELEMENT link (linkto,target,categoryname,description?,
                 note?,build?,status?,dependencies?)>