Diff for /loncom/build/lpml.dtd between versions 1.12 and 1.13

version 1.12, 2001/12/11 14:32:19 version 1.13, 2001/12/13 16:53:42
Line 81  Note that you must type this text exactl Line 81  Note that you must type this text exactl
 attribute value to be understood and processed correctly  attribute value to be understood and processed correctly
 by the lpml "make build" parser.  by the lpml "make build" parser.
 -->  -->
 <!ELEMENT lpml (files|categories|directories|rpm)+>  <!ELEMENT lpml (specialnotices|files|categories|directories|rpm)+>
 <!ATTLIST build>  <!ATTLIST build>
    trigger CDATA #REQUIRED     trigger CDATA #REQUIRED
 >  >
   <!ELEMENT specialnotices specialnotice+>
 <!ELEMENT categories category+>  <!ELEMENT categories category+>
 <!ELEMENT directories directory+>  <!ELEMENT directories directory+>
 <!ELEMENT files (file|fileglob|link)+>  <!ELEMENT files (file|fileglob|link)+>
 <!ELEMENT dependencies (#PCDATA)>  <!ELEMENT dependencies (#PCDATA)>
 <!ELEMENT note (#PCDATA)>  <!ELEMENT note (#PCDATA)>
   
   <!ELEMENT specialnotice (#PCDATA)>
 <!ELEMENT category (chmod,chown,abbreviation)>  <!ELEMENT category (chmod,chown,abbreviation)>
 <!ATTLIST category  <!ATTLIST category
     type CDATA #REQUIRED      type CDATA #REQUIRED

Removed from v.1.12  
changed lines
  Added in v.1.13


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>