994565dd8d
be changing slightly in such a way that missing end tags might cause rude surprises, so make end tags manditory and update the existing transpecs to conform. 2.2 fodder
1006 lines
13 KiB
TypeScript
1006 lines
13 KiB
TypeScript
<!--
|
|
|
|
$Id: linuxdoc-html.ts,v 1.1.1.1 1996/09/08 02:37:39 jfieber Exp $
|
|
|
|
Copyright (C) 1996
|
|
John R. Fieber. All rights reserved.
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions
|
|
are met:
|
|
1. Redistributions of source code must retain the above copyright
|
|
notice, this list of conditions and the following disclaimer.
|
|
2. Redistributions in binary form must reproduce the above copyright
|
|
notice, this list of conditions and the following disclaimer in the
|
|
documentation and/or other materials provided with the distribution.
|
|
|
|
THIS SOFTWARE IS PROVIDED BY JOHN R. FIEBER AND CONTRIBUTORS ``AS IS'' AND
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
ARE DISCLAIMED. IN NO EVENT SHALL JOHN R. FIEBER OR CONTRIBUTORS BE LIABLE
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
SUCH DAMAGE.
|
|
|
|
-->
|
|
|
|
<!--
|
|
|
|
This is an instant(1) translation specification to turn an
|
|
SGML document marked up according to the linuxdoc DTD into
|
|
HTML. The output is intended to be post-processed by
|
|
sgmlfmt(1).
|
|
|
|
-->
|
|
|
|
<!DOCTYPE transpec PUBLIC "-//FreeBSD//DTD transpec//EN" [
|
|
<!ENTITY lt CDATA "<">
|
|
<!ENTITY gt CDATA ">">
|
|
<!--
|
|
<!ENTITY % ISOnum PUBLIC
|
|
"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN">
|
|
%ISOnum;
|
|
-->
|
|
|
|
<!ENTITY cmap SYSTEM "/usr/share/sgml/transpec/html.cmap">
|
|
<!ENTITY sdata SYSTEM "/usr/share/sgml/transpec/html.sdata">
|
|
|
|
]>
|
|
|
|
<transpec>
|
|
|
|
<!-- Character and SDATA entity mapping -->
|
|
<cmap>&cmap;</cmap>
|
|
<smap>&sdata;</smap>
|
|
|
|
<!-- Transform rules -->
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LINUXDOC
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ARTICLE
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>REPORT
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>BOOK
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>NOTES
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>MANPAGE
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TITLEPAG
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TITLE
|
|
<action>
|
|
<start>^<@@title></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SUBTITLE
|
|
<action>
|
|
<start>^<h2></start>
|
|
<end></h2>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>DATE
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>AUTHOR
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>NAME
|
|
<action>
|
|
<start>^<h2></start>
|
|
<end></h2></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>AND
|
|
<action>
|
|
<start>and </start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>THANKS
|
|
<action>
|
|
<start>^Thanks </start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>INST
|
|
<action>
|
|
<start>^<h3></start>
|
|
<end></h3>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>NEWLINE
|
|
<action>
|
|
<start><br></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LABEL
|
|
<action>
|
|
<start>^<@@label>${ID}^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>HEADER
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LHEAD
|
|
<action>
|
|
<start>^<!-- </start>
|
|
<end>-->^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>RHEAD
|
|
<action>
|
|
<start>^<!-- </start>
|
|
<end>-->^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>COMMENT
|
|
<action>
|
|
<start>^<h4>Comment</h4>^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ABSTRACT
|
|
<action>
|
|
<start>^<p><hr><em></start>
|
|
<end></em><hr></p>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>APPENDIX
|
|
<action>
|
|
<start>^<h2>Appendix</h2>^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TOC
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LOF
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LOT
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PART
|
|
<action>
|
|
<start>^<@@part></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>CHAPT
|
|
<action>
|
|
<start>^<@@sect></start>
|
|
<end>^<@@endsect>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SECT
|
|
<action>
|
|
<start>^<@@sect></start>
|
|
<end>^<@@endsect>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SECT1
|
|
<action>
|
|
<start>^<@@sect></start>
|
|
<end>^<@@endsect>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SECT2
|
|
<action>
|
|
<start>^<@@sect></start>
|
|
<end>^<@@endsect>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SECT3
|
|
<action>
|
|
<start>^<@@sect></start>
|
|
<end>^<@@endsect>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SECT4
|
|
<action>
|
|
<start>^<@@sect></start>
|
|
<end>^<@@endsect>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>HEADING
|
|
<action>
|
|
<start>^<@@head></start>
|
|
<end>^<@@endhead>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>P
|
|
<action>
|
|
<start><p></start>
|
|
<end></p>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ITEMIZE
|
|
<action>
|
|
<start>^<ul>^</start>
|
|
<end>^</ul>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ENUM
|
|
<action>
|
|
<start>^<ol>^</start>
|
|
<end>^</ol>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>DESCRIP
|
|
<action>
|
|
<start>^<dl>^</start>
|
|
<end>^</dl>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ITEM
|
|
<action>
|
|
<start>^<li></start>
|
|
<end></li>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TAG
|
|
<action>
|
|
<start><dt><b></start>
|
|
<end></b><dd></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>CITE
|
|
<action>
|
|
<start>[<i>${ID}</i>]</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>NCITE
|
|
<action>
|
|
<start>[<i>${NOTE} (${ID})</i>]</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>FOOTNOTE
|
|
<action>
|
|
<start>^<sl></start>
|
|
<end></sl>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SQ
|
|
<action>
|
|
<start>"</start>
|
|
<end>"</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LQ
|
|
<action>
|
|
<start>^<LQ>^</start>
|
|
<end>^</LQ>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>EM
|
|
<action>
|
|
<start><em></start>
|
|
<end></em></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>BF
|
|
<action>
|
|
<start><b></start>
|
|
<end></b></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>IT
|
|
<action>
|
|
<start><i></start>
|
|
<end></i></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SF
|
|
<action>
|
|
<start><SF></start>
|
|
<end></SF></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SL
|
|
<action>
|
|
<start><i></start>
|
|
<end></i></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TT
|
|
<action>
|
|
<start><code></start>
|
|
<end></code></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>URL HTMLURL
|
|
<attval>NAME .
|
|
<action>
|
|
<start><A href="${URL}">${NAME}</A></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>URL HTMLURL
|
|
<action>
|
|
<start><A href="${URL}">${URL}</A></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>REF
|
|
<attval>NAME .
|
|
<action>
|
|
<start>^<@@ref>${ID}
|
|
${NAME}</A></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>REF
|
|
<action>
|
|
<start>^<@@ref>${ID}
|
|
${ID}</A></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>HREF
|
|
<action>
|
|
<start>^<@@ref>${ID}^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PAGEREF
|
|
<action>
|
|
<start>^<@@ref>${ID}^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>X
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>MC
|
|
<action>
|
|
<start><MC></start>
|
|
<end></MC></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>BIBLIO
|
|
<action>
|
|
<start>^<BIBLIO STYLE="${STYLE}" FILES="${FILES}">^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>CODE
|
|
<action>
|
|
<start>^<hr><pre>^</start>
|
|
<end>^</pre><hr>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>VERB
|
|
<action>
|
|
<start>^<pre>^</start>
|
|
<end>^</pre>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TSCREEN
|
|
<action>
|
|
<start>^<blockquote><code>^</start>
|
|
<end>^</code></blockquote>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>QUOTE
|
|
<action>
|
|
<start>^<blockquote>^</start>
|
|
<end>^</blockquote>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>DEF
|
|
<action>
|
|
<start>^<DEF></start>
|
|
<end>^</DEF>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PROP
|
|
<action>
|
|
<start>^<PROP></start>
|
|
<end>^</PROP>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LEMMA
|
|
<action>
|
|
<start>^<LEMMA></start>
|
|
<end>^</LEMMA>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>COROLL
|
|
<action>
|
|
<start>^<COROLL></start>
|
|
<end>^</COROLL>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PROOF
|
|
<action>
|
|
<start>^<PROOF></start>
|
|
<end>^</PROOF>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>THEOREM
|
|
<action>
|
|
<start>^<THEOREM></start>
|
|
<end>^</THEOREM>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>THTAG
|
|
<action>
|
|
<start><THTAG></start>
|
|
<end></THTAG></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>F
|
|
<action>
|
|
<start><F></start>
|
|
<end></F></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>DM
|
|
<action>
|
|
<start>^<DM>^</start>
|
|
<end>^</DM>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>EQ
|
|
<action>
|
|
<start>^<EQ>^</start>
|
|
<end>^</EQ>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>FR
|
|
<action>
|
|
<start><FR></start>
|
|
<end></FR></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>NU
|
|
<action>
|
|
<start><NU></start>
|
|
<end></NU></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>DE
|
|
<action>
|
|
<start><DE></start>
|
|
<end></DE></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LIM
|
|
<action>
|
|
<start><LIM></start>
|
|
<end></LIM></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>OP
|
|
<action>
|
|
<start><OP></start>
|
|
<end></OP></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LL
|
|
<action>
|
|
<start><LL></start>
|
|
<end></LL></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>UL
|
|
<action>
|
|
<start><UL></start>
|
|
<end></UL></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>OPD
|
|
<action>
|
|
<start><OPD></start>
|
|
<end></OPD></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PR
|
|
<action>
|
|
<start><PR></start>
|
|
<end></PR></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>IN
|
|
<action>
|
|
<start><INT></start>
|
|
<end></INT></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SUM
|
|
<action>
|
|
<start><SUM></start>
|
|
<end></SUM></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ROOT
|
|
<action>
|
|
<start><ROOT></start>
|
|
<end></ROOT></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>AR
|
|
<action>
|
|
<start><AR></start>
|
|
<end></AR></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ARR
|
|
<action>
|
|
<start><ARR></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ARC
|
|
<action>
|
|
<start><ARC></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SUP
|
|
<action>
|
|
<start><SUP></start>
|
|
<end></SUP></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>INF
|
|
<action>
|
|
<start><INF></start>
|
|
<end></INF></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>UNL
|
|
<action>
|
|
<start><UNL></start>
|
|
<end></UNL></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>OVL
|
|
<action>
|
|
<start><OVL></start>
|
|
<end></OVL></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>RF
|
|
<action>
|
|
<start><RF></start>
|
|
<end></RF></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>V
|
|
<action>
|
|
<start><V></start>
|
|
<end></V></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>FI
|
|
<action>
|
|
<start><FI></start>
|
|
<end></FI></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PHR
|
|
<action>
|
|
<start><PHR></start>
|
|
<end></PHR></end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TU
|
|
<action>
|
|
<start><TU></start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>FIGURE
|
|
<action>
|
|
<start>^<FIGURE>^</start>
|
|
<end>^</FIGURE>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>EPS
|
|
<action>
|
|
<start>^<EPS FILE="${FILE}">^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PH
|
|
<action>
|
|
<start>^<PH VSPACE="${VSPACE}">^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>CAPTION
|
|
<action>
|
|
<start>^<CAPTION></start>
|
|
<end></CAPTION>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TABLE
|
|
<action>
|
|
<start>^<TABLE>^</start>
|
|
<end>^</TABLE>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TABULAR
|
|
<action>
|
|
<start>^<br>^</start>
|
|
<end>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ROWSEP
|
|
<action>
|
|
<start><br>^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>COLSEP
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>HLINE
|
|
<action>
|
|
<start>^<hr>^</start>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SLIDES
|
|
<action>
|
|
<start>^<SLIDES>^</start>
|
|
<end>^</SLIDES>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SLIDE
|
|
<action>
|
|
<start>^<SLIDE>^</start>
|
|
<end>^</SLIDE>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>LETTER
|
|
<action>
|
|
<start>^<LETTER OPTS="${OPTS}">^</start>
|
|
<end>^</LETTER>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TELEFAX
|
|
<action>
|
|
<start>^<TELEFAX OPTS="${OPTS}">^</start>
|
|
<end>^</TELEFAX>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>OPENING
|
|
<action>
|
|
<start>^<OPENING></start>
|
|
<end></OPENING>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>FROM
|
|
<action>
|
|
<start>^<FROM></start>
|
|
<end>^</FROM>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>TO
|
|
<action>
|
|
<start>^<TO></start>
|
|
<end>^</TO>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ADDRESS
|
|
<action>
|
|
<start>^<ADDRESS>^</start>
|
|
<end>^</ADDRESS>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>EMAIL
|
|
<action>
|
|
<start>^<@@email></start>
|
|
<end><@@endemail>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PHONE
|
|
<action>
|
|
<start>^<PHONE></start>
|
|
<end></PHONE>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>FAX
|
|
<action>
|
|
<start>^<FAX></start>
|
|
<end></FAX>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SUBJECT
|
|
<action>
|
|
<start>^<SUBJECT></start>
|
|
<end></SUBJECT>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>SREF
|
|
<action>
|
|
<start>^<SREF></start>
|
|
<end></SREF>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>RREF
|
|
<action>
|
|
<start>^<RREF></start>
|
|
<end></RREF>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>RDATE
|
|
<action>
|
|
<start>^<RDATE></start>
|
|
<end></RDATE>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>CLOSING
|
|
<action>
|
|
<start>^<CLOSING></start>
|
|
<end></CLOSING>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>CC
|
|
<action>
|
|
<start>^<CC></start>
|
|
<end></CC>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>ENCL
|
|
<action>
|
|
<start>^<ENCL></start>
|
|
<end></ENCL>^</end>
|
|
</rule>
|
|
|
|
<rule>
|
|
<match>
|
|
<gi>PS
|
|
<action>
|
|
<start>^<PS>^</start>
|
|
<end>^</PS>^</end>
|
|
|
|
|
|
</transpec>
|