home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
downloads
/
401065
/
WPO11
/
Data1.cab
/
WP60MIN.DTD
< prev
next >
Wrap
Text File
|
2003-03-07
|
2KB
|
53 lines
<!-- ==================================================================
File: WP60MIN.DTD (DTD Declaration Subset)
(C) 1996-1999 Corel Corporation Limited. All Rights Reserved.
Public document type declaration for minimal WordPerfect 6.X
tabular material. To tag tables using the WP 6.X method, include
this DTD subset in your DTD by adding the following declaration
and reference to your DTD:
<!ENTITY % wp60min PUBLIC "-//COREL//DTD WP 6.0 Minimal Table
Declarations//EN">
%wp60min;
For this entity reference to be resolved correctly, an active
catalog file must contain an entry similar to the following:
PUBLIC "-//COREL//DTD WP 6.0 Minimal Table Declarations//EN"
"wp60min.dtd"
In this example, the DTD Compiler utility would search for the
file "wp60min.dtd" in the folder containing the catalog file. If
the file is not in this folder, the third field of the catalog
entry should specify a path relative to the location of the
catalog file, or a full pathname (e.g., ".\mapfiles\wp60min.dtd"
or "c:\mydtds\wp60min.dtd").
==================================================================
-->
<!ELEMENT table - - (row+) >
<!ATTLIST table numcols NUMBER #REQUIRED
-- Number of columns per row starting at 1 at the left cell.-->
<!ELEMENT row - O (cell+) >
<!ATTLIST row header (yes|no) "no"
-- Is this a header row. -->
<!ELEMENT cell - O (#PCDATA) >
<!ATTLIST cell cspan NUMBER #IMPLIED
-- The number of columns that are spanned by this cel1.
(e.g. cspan="2" indicates that the cell spans two cells -
itself and the cell adjacent to the right). --
rspan NUMBER #IMPLIED
-- The number of rows that are spanned by this cel1.
(e.g. rspan="2" indicates that the cell spans two rows -
itself and the row below it). -->