crossley    01/11/27 21:58:56

  Modified:    webapp/resources/entities sitemap-v02.dtd
  Log:
  Add changes from label/view discussion cocoon-dev 2001-11-15
  This is still a draft DTD (see the internal notes).
  
  Revision  Changes    Path
  1.2       +13 -4     xml-cocoon2/webapp/resources/entities/sitemap-v02.dtd
  
  Index: sitemap-v02.dtd
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/resources/entities/sitemap-v02.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap-v02.dtd   2001/11/08 08:11:02     1.1
  +++ sitemap-v02.dtd   2001/11/28 05:58:56     1.2
  @@ -31,24 +31,28 @@
     http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=99545886226916&w=2
   * This DTD has been tested with various XML validating parsers.
   * The big questions (still) are: 
  -  "What possibilities were not included in the example?" and 
  -  "What in the example is mandatory versus optional?"
  +  "What possibilities were not included in the examples?" and 
  +  "What in the example sitemap.xmap files is mandatory versus optional?"
   
   AUTHORS:
     Jeffrey Ricker NG (Usonia Holdings) <[EMAIL PROTECTED]>
     David Crossley <[EMAIL PROTECTED]>
   
   FIXME:
  -  - map:act is used in various contexts
  -    so it has been given a loose definition (DC)
  +  - map:act is used in various contexts, so it has a loose definition
     - Completely rewrite this DTD looking from the application
       point-of-view (do not rely on this temporary initial DTD)
  +  - map:when and map:otherwise are shown in xdocs/sitemap.xml but are
  +    not used in the sitemap.xmap files
  +  - align elements and attributes with sitemap*.xsl
  +  - review all xdocs/userdocs/generators/*.xml etc. and sync with this DTD
   
   CHANGE HISTORY:
     20010715 V0.1 Initial version. (RNG)
     20011106 V0.2 Reviewed all */sitemap.xmap and added definitions (DC)
     20011106 V0.2 All elements now have "map:" prefix. (DC)
     20011106 V0.2 Incorporated comments Bruno Dumon cocoon-dev 20010718 (DC)
  +  20011116 V0.2 Changes from label/view discussion cocoon-dev 20011115 (DC)
   
   ==================================================================== -->
   
  @@ -104,6 +108,7 @@
   <!ATTLIST map:transformer
        name CDATA #REQUIRED
        src CDATA #REQUIRED
  +     label CDATA #IMPLIED
        pool-max CDATA #IMPLIED
        pool-min CDATA #IMPLIED
        pool-grow CDATA #IMPLIED
  @@ -277,6 +282,7 @@
   <!ATTLIST map:generate
        type CDATA #IMPLIED
        src CDATA #IMPLIED
  +     label CDATA #IMPLIED
   >
   <!ELEMENT map:parameter EMPTY>
   <!ATTLIST map:parameter
  @@ -288,6 +294,7 @@
   <!ATTLIST map:transform
        type CDATA #IMPLIED
        src CDATA #IMPLIED
  +     label CDATA #IMPLIED
   >
   
   <!-- map:serialize is already defined in VIEWS section -->
  @@ -304,6 +311,7 @@
        element CDATA #IMPLIED
        prefix CDATA #IMPLIED
        ns CDATA #IMPLIED
  +     label CDATA #IMPLIED
   >
   <!ELEMENT map:part EMPTY>
   <!ATTLIST map:part
  @@ -311,6 +319,7 @@
        element CDATA #IMPLIED
        ns CDATA #IMPLIED
        strip-root CDATA #IMPLIED
  +     label CDATA #IMPLIED
   >
   
   <!ELEMENT map:handle-errors (map:generate*,map:transform*,map:serialize*)>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to