⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rainbow.dtd

📁 harvest是一个下载html网页得机器人
💻 DTD
📖 第 1 页 / 共 2 页
字号:
 vertical-offset CDATA #IMPLIED       -- as in DT: offset from the baseline, in points, - for sub, + for sup-- foreground CDATA #IMPLIED background CDATA #IMPLIED       -- If the generator can do so, it must specify color as a RGB               hexadecimal numbers in this format:  #rrggbb          If the generator is unable to do so, it can use an arbitrary               representation (e.g. name, index number).          Note that if the latter representation is used, it will not               be possible for the Rainbow consumer to reproduce colors               in its rendering facilities. --       -- Note: if the text is not in a special color, don't set                the foreground attribute. --       -- Note: if the text is not on a special background, don't set                the background attribute. --       -- Example: use #888888 for background in the typical case of shaded                   background for black-on-white printing -- lowercase-display (SmallCaps|FullCaps)  #IMPLIED       -- Note that this specifies how lowercase data is displayed;          this does not describe the data itself. -- outline %boolean; #IMPLIED       -- Is each letter being displayed as a hollow outline? -- change-bar (BarLeft|BarRight|BarIn|BarOut) #IMPLIED hidden %boolean; #IMPLIED"><!ENTITY % com-att -- Common attributes that are not style dependent --"arch-type CDATA #IMPLIED       --          recognized values:            TOC - semantic of paragraph is 'table of content' element                - arch-type value is the level number, starting at 1                  for the book title, 0 means that the level number                  cannot be determined       -- arch-type-info CDATA #IMPLIED"><!ELEMENT styinfo  - - (PARATYPE|CLFTYPE)+><!ELEMENT paratype - O EMPTY><!ATTLIST paratype     name     CDATA #REQUIRED                       %plf-att; %clf-att; %com-att;><!ELEMENT clftype - O EMPTY><!ATTLIST clftype     name     CDATA #REQUIRED                      %clf-att; %com-att;><!ELEMENT doc      - - ( HEAD?,                        (((ANCHOR|PARA|ILLUS|TABLE|SYSOBJ)+,                          STRUCLVL*)                         |(STRUCLVL+ ) ) )                       -- inclusion exceptions --                       +(WPLOC|IDXTERM)          ><!ELEMENT struclvl - -(SYSATTRS?,HEAD,(ANCHOR|PARA|ILLUS|TABLE|SYSOBJ)*,STRUCLVL*)><!ELEMENT head     - - (SYSATTRS?,(ANCHOR|PARA)+)><!ATTLIST (struclvl|head)             id CDATA #IMPLIED><!ELEMENT para  - O (SYSATTRS?,PARACONT)><!ATTLIST para                       paratype CDATA    #REQUIRED                       %plf-att; %clf-att; %com-att;      -- If the para is a child of a head, the ID attribute should go         on the head, not the para --                       id       CDATA    #IMPLIED      -- remaining attrs are set only if this element         represents a "continuation" of a para in orig WP doc --                       continue %boolean #IMPLIED                       preced-hard-returns NUMBER #IMPLIED ><!ENTITY % par-cont         "#PCDATA|SYSOBJ|ANCHOR|XREF|AUTOGEN|GRAPHIC|GRAPHGRP|EQN|NOTE|TAB"><!ELEMENT paracont - O          (%par-cont;|NAMEDCLF|CLF)+ ><!ENTITY % rbwents  PUBLIC   "-//EBT//ENTITIES Concatenated Rainbow 2.5//EN">   %rbwents;<!ELEMENT tab - O EMPTY><!ELEMENT illus    - - (SYSATTRS?,(GRAPHIC|GRAPHGRP|EQN))><!ATTLIST illus        %plf-att; %com-att;                       id       CDATA #IMPLIED><!ELEMENT graphgrp - - (GRAPHIC+)><!ELEMENT graphic  - - (SYSATTRS?)><!ATTLIST graphic      filename ENTITY #REQUIRED><!ELEMENT eqn      - - (SYSATTRS?,EQNCONT?)><!ELEMENT eqncont   - - RCDATA><!ATTLIST eqn          format NOTATION (rtf|ieq|feq) #IMPLIED                       filename ENTITY #IMPLIED><!ELEMENT namedclf  - -  (SYSATTRS?,(%par-cont;|CLF|NAMEDCLF)+) ><!ELEMENT clf       - -  (SYSATTRS?,(%par-cont;)+ )><!ATTLIST namedclf     clftype CDATA #REQUIRED                       %clf-att; %com-att;                       ID CDATA #IMPLIED      -- remaining attrs are set only if this element         represents a "continuation" of a para in orig WP doc --                       continue %boolean #IMPLIED                       preced-hard-returns NUMBER #IMPLIED ><!ATTLIST clf          %clf-att; %com-att;                       ID CDATA #IMPLIED      -- proforma has value 1 if this clf has no (other) attributes --                       proforma CDATA #IMPLIED ><!ELEMENT note - - (SYSATTRS?,(ANCHOR|PARA|ILLUS|TABLE|SYSOBJ)*)    -(NOTE) ><!ELEMENT idxterm   - - (#PCDATA|CLF|NAMEDCLF)+           -(IDXTERM) ><!ATTLIST idxterm       term1 CDATA #IMPLIED                        term2 CDATA #IMPLIED                        term3 CDATA #IMPLIED                        see CDATA #IMPLIED                        see-also CDATA #IMPLIED><!ELEMENT anchor    - - (#PCDATA|CLF|NAMEDCLF)+><!ATTLIST anchor        ID CDATA #REQUIRED><!ELEMENT xref      - - (#PCDATA|CLF|NAMEDCLF|TAB)+><!ATTLIST xref          REFID CDATA #REQUIRED                        TYPE (xref-textcopy|xref-pagenum|xref-link) #REQUIRED><!ELEMENT autogen      - - (SYSATTRS?,(#PCDATA|TAB|NAMEDCLF|CLF)*)><!ELEMENT wploc      - O EMPTY><!ATTLIST wploc      wp-addr    CDATA #REQUIRED                     human-addr  CDATA #IMPLIED><!ELEMENT sysobj   - - (datafld|textfld)+><!ATTLIST sysobj       type CDATA #REQUIRED                       id       CDATA #IMPLIED><!ELEMENT datafld  - - RCDATA><!ELEMENT textfld  - - (#PCDATA|CLF|NAMEDCLF)+><!ATTLIST (datafld|textfld)   type CDATA #REQUIRED><!ELEMENT sysattrs   - - (sysattr*)><!ELEMENT sysattr    - - RCDATA><!ATTLIST sysattr        attrname CDATA #REQUIRED><!ELEMENT table    - - (sysattrs?,tgroup+)><!ATTLIST table        %plf-att; %com-att;                       id CDATA #IMPLIED><!ELEMENT tgroup   - - (colspec*,spanspec*,thead?,tfoot?,tbody?)><!ATTLIST tgroup       cols NUMBER #REQUIRED><!ELEMENT colspec  - O EMPTY><!ATTLIST colspec      colnum NUMBER #IMPLIED                       colname NMTOKEN #IMPLIED                       align (left|right|center) #IMPLIED                       colsep %boolean; #IMPLIED                       rowsep %boolean; #IMPLIED                       colwidth CDATA #IMPLIED><!ELEMENT spanspec - O EMPTY><!ATTLIST spanspec     namest NMTOKEN #REQUIRED                       nameend NMTOKEN #REQUIRED                       spanname NMTOKEN #REQUIRED                       colsep %boolean; #IMPLIED                       rowsep %boolean; #IMPLIED                       align (left|right|center) #IMPLIED><!ELEMENT (thead|tfoot|tbody)                   - - (row+)><!ELEMENT row      - - (sysattrs?,entry*)><!ATTLIST row          rowsep %boolean; #IMPLIED ><!ELEMENT entry    - - (sysattrs?,(ANCHOR|PARA|ILLUS|SYSOBJ)*)><!ATTLIST entry        colname NMTOKEN #IMPLIED                       spanname NMTOKEN #IMPLIED                       colsep %boolean; #IMPLIED                       rowsep %boolean; #IMPLIED                       morerows NUMBER '0'                       valign (top|middle|bottom) 'top'                       align (left|right|center) #IMPLIED><!NOTATION cgm      PUBLIC "ISO 8632-4:1987//NOTATION Information                           processing systems - Computer Graphics -                           Metafile for the storage and transfer of                           picture description information -                           Part 4: Clear text encoding//EN"        ><!NOTATION igs      PUBLIC "NBS IR 88-3813//NOTATION Initial                           Graphics Exchange Specification (IGES)                           //EN"                                   ><!NOTATION fax      PUBLIC "CCITT VII.3 T 6//NOTATION Blue book -                           Terminal equipment and protocols for                           telematic services - Facsimile encoding                           schemes and coding control functions for                           group 4 facsimile apparatus//EN"        ><!NOTATION eps      PUBLIC "+//ISBN 0-201-18127-4::Adobe//NOTATION                           PostScript Language Reference Manual//EN"><!NOTATION tif      PUBLIC "-//Aldus//NOTATION                           Tagged Image File Format//EN"><!NOTATION g4       PUBLIC "-//Aldus//NOTATION                           Group 4 Compression//EN"><!NOTATION wmf      PUBLIC "-//Microsoft Corporation//NOTATION                           Windows Metafile//EN"><!NOTATION pmm      PUBLIC "+//ISBN 0-933186::IBM//NOTATION                           OS/2 Metafile Format//EN"><!NOTATION ilg      PUBLIC "-//Interleaf Inc//NOTATION                           ASCII Format for Graphic Objects//EN"><!NOTATION fri      PUBLIC "-//Frame Technology Corporation//NOTATION                             Frame Image//EN"><!NOTATION frg      PUBLIC "-//Frame Technology Corporation//NOTATION                           MIF Graphic Objects//EN"><!NOTATION bmp      PUBLIC "-//Microsoft Corporation//NOTATION                           Windows Bit Map//EN"><!NOTATION dib      PUBLIC "-//Microsoft Corporation//NOTATION                           Device Independent Bit Map//EN"><!NOTATION wpg      PUBLIC "-//WordPerfect Corporation//NOTATION                           WordPerfect Graphic//EN"><!NOTATION pcx      PUBLIC "-//Corel//NOTATION                           Corel PhotoPaint Bitmap//EN"><!NOTATION pct      PUBLIC "-//Apple//NOTATION                           Mac Pict//EN"><!NOTATION rtf      PUBLIC "-//Microsoft Corporation//NOTATION                           Rich Text Format//EN"><!NOTATION ieq      PUBLIC "-//Interleaf Inc//NOTATION                           ASCII Format for Equation Objects//EN"><!NOTATION feq      PUBLIC "-//Frame Technology Corporation//NOTATION                           MIF Equation Objects//EN"><!NOTATION unknown        SYSTEM ""><!NOTATION unk            SYSTEM ""> <!-- unk is here for backward compat -->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -