/[papo]/papo/ruff/ruff.dtd
ViewVC logotype

Diff of /papo/ruff/ruff.dtd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by fheinz, Sat Nov 22 00:12:32 2003 UTC revision 1.3 by jlenton, Mon Nov 24 13:54:39 2003 UTC
# Line 1  Line 1 
 <!--  
 Copyright 2003 Fundacion Via Libre  
   
 This file is part of PAPO.  
   
 PAPO is free software; you can redistribute it and/or modify  
 it under the terms of the GNU General Public License as published by  
 the Free Software Foundation; either version 2 of the License, or  
 (at your option) any later version.  
   
 PAPO is distributed in the hope that it will be useful,  
 but WITHOUT ANY WARRANTY; without even the implied warranty of  
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 GNU General Public License for more details.  
   
 You should have received a copy of the GNU General Public License  
 along with PAPO; if not, write to the Free Software  
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 -->  
   
1  <!--                    papo report dtd                            -->  <!--                    papo report dtd                            -->
2    
3  <!ENTITY % headers "header|page_header|partial_header">  <!ENTITY % headers "header|page_header|partial_header">
4  <!ENTITY % footers "footer|page_footer|partial_footer">  <!ENTITY % footers "footer|page_footer|partial_footer">
5    
6    <!ELEMENT  report            (%headers;|%footers;|detail|detail_entry)+
7                                                                         >
8    <!ATTLIST  report
9                 name       NMTOKEN                            #REQUIRED
10                 max_height CDATA                              #IMPLIED
11                 max_num_pages  CDATA                              "1"
12                 height     CDATA                              #IMPLIED  >
13    
14  <!ELEMENT  detail            (%headers;|%footers;|detail|detail_entry)+  <!ELEMENT  detail            (%headers;|%footers;|detail|detail_entry)+
15                                                                       >                                                                       >
16  <!ATTLIST  detail  <!ATTLIST  detail
# Line 59  Foundation, Inc., 59 Temple Place, Suite Line 47  Foundation, Inc., 59 Temple Place, Suite
47    
48  <!ELEMENT  box               (#PCDATA | field | compute)*            >  <!ELEMENT  box               (#PCDATA | field | compute)*            >
49  <!ATTLIST  box  <!ATTLIST  box
50               line       CDATA                              "1"               line       CDATA                              "0"
51               column     CDATA                              #REQUIRED               column     CDATA                              #REQUIRED
52               width      CDATA                              #IMPLIED               width      CDATA                              #IMPLIED
53               height     CDATA                              #IMPLIED               height     CDATA                              #IMPLIED
# Line 80  Foundation, Inc., 59 Temple Place, Suite Line 68  Foundation, Inc., 59 Temple Place, Suite
68    
69  <!ELEMENT  compute      EMPTY                                        >  <!ELEMENT  compute      EMPTY                                        >
70  <!ATTLIST  compute  <!ATTLIST  compute
71                 watch      CDATA                              #IMPLIED
72               expr       CDATA                              #REQUIRED >               expr       CDATA                              #REQUIRED >
73    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26