home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / WP60MIN.DTD < prev    next >
Text File  |  2003-03-07  |  2KB  |  53 lines

  1. <!-- ==================================================================
  2.      File:  WP60MIN.DTD        (DTD Declaration Subset)
  3.      (C) 1996-1999 Corel Corporation Limited.  All Rights Reserved.
  4.  
  5.      Public document type declaration for minimal WordPerfect 6.X
  6.      tabular material. To tag tables using the WP 6.X method, include
  7.      this DTD subset in your DTD by adding the following declaration
  8.      and reference to your DTD:
  9.  
  10.      <!ENTITY % wp60min PUBLIC "-//COREL//DTD WP 6.0 Minimal Table
  11.                                           Declarations//EN">
  12.      %wp60min;
  13.  
  14.  
  15.      For this entity reference to be resolved correctly, an active
  16.      catalog file must contain an entry similar to the following:
  17.  
  18.      PUBLIC  "-//COREL//DTD WP 6.0 Minimal Table Declarations//EN"
  19.      "wp60min.dtd"
  20.  
  21.  
  22.      In this example, the DTD Compiler utility would search for the
  23.      file "wp60min.dtd" in the folder containing the catalog file.  If
  24.      the file is not in this folder, the third field of the catalog
  25.      entry should specify a path relative to the location of the
  26.      catalog file, or a full pathname (e.g., ".\mapfiles\wp60min.dtd"
  27.      or "c:\mydtds\wp60min.dtd").
  28.      ==================================================================
  29. -->
  30.  
  31.  
  32. <!ELEMENT table        - -    (row+) >
  33.  
  34. <!ATTLIST table     numcols      NUMBER          #REQUIRED
  35.           -- Number of columns per row starting at 1 at the left cell.-->
  36.  
  37. <!ELEMENT row          - O    (cell+) >
  38.  
  39. <!ATTLIST row        header        (yes|no)       "no"
  40.           -- Is this a header row. -->
  41.  
  42. <!ELEMENT cell         - O    (#PCDATA) >
  43.  
  44. <!ATTLIST cell       cspan         NUMBER         #IMPLIED
  45.           -- The number of columns that are spanned by this cel1.
  46.              (e.g. cspan="2" indicates that the cell spans two cells -
  47.              itself and the cell adjacent to the right). --
  48.  
  49.                        rspan         NUMBER         #IMPLIED
  50.           -- The number of rows that are spanned by this cel1.
  51.              (e.g. rspan="2" indicates that the cell spans two rows -
  52.              itself and the row below it). -->
  53.