# AFT Output Elements.
# !!DO NOT EDIT!! This file was automatically generated by aft-compile v2.07 on Sun Jan 13 03:55:56 2008
# See http://www.maplefish.com/todd/aft.html for details.
package AFT_OUTPUT;
use vars qw ($file_preamble $file_postamble %elem %pragma_postvar);
$file_preamble = ''; # Holds preamble for output file.
$file_postamble = ''; # Holds postamble for output file.
%elem = (); # Element commands for producing output file.%pragma_postvar = (); # Variables for substitution post-filtering.
sub init_elements {
%pragma_postvar = (
);
%elem = (
'StartFilteredVerbatim' => qq'',
'PreFilterVerbatim?' => qq'Yes',
'NumberedListElement' => qq'',
'EndParagraph' => qq'',
'NoteRef' => qq'\%ref\%',
'EndSect3' => qq'',
'StartVerbatim' => qq'',
'Center' => qq'\%center\%',
'CommentLine' => qq' \%line\% ',
'EndBulletListElement' => qq'',
'Image-right' => qq'',
'EndFilteredVerbatim' => qq'',
'BulletListElement' => qq'',
'TableHeader' => qq'\%stuff\%',
'InternalReference' => qq'\%text\%',
'Author' => qq'\%author\%',
'EndNumberedList' => qq'',
'URL' => qq'\%text\%',
'Target' => qq'\%text\%',
'EndVerbatim' => qq'',
'EndStrong' => qq'',
'StartBulletList' => qq'',
'EndSect1' => qq'',
'StartParagraph' => qq'',
'EndNamedListElement' => qq'',
'TableCaption' => qq'
\%caption\%',
'StartEmphasis' => qq'',
'Subscript' => qq'\%stuff\%',
'StartNamedList' => qq'',
'StartTable' => qq'',
'EndSect2' => qq'',
'StartSmall' => qq'',
'ID' => qq'DocBookArticle ',
'EndTeletype' => qq'',
'EndQuote' => qq'',
'Superscript' => qq'\%stuff\%',
'StartTeletype' => qq'',
'EndSect4' => qq'',
'*' => qq'\%section\%',
'Title' => qq'\%title\%',
'NBSPACE' => qq' ',
'EndNumberedListElement' => qq'',
'StartBlockedVerbatim' => qq' qq'',
'EndNamedList' => qq'',
'HorizontalLine' => qq'',
'NamedListElement' => qq'\%name\%',
'EndTable' => qq'
',
'TableRowEnd' => qq'',
'Image-center' => qq'',
'Image' => qq'',
'FullFilterFilteredVerbatim?' => qq'Yes',
'TOC' => qq'',
'StrikeLine' => qq' Striken: \%line\% ',
'StartStrong' => qq'',
'EndEmphasis' => qq'',
'StartQuote' => qq'',
'Image-left' => qq'',
'EndBlockedVerbatim' => qq']]> ',
'StartNumberedList' => qq'',
'TableElement' => qq'\%stuff\%',
'EndSmall' => qq'',
'EndBulletList' => qq'',
);
## Preamble:
$file_preamble = '
%author%
';
## Postamble:
$file_postamble = '
';
}
## Prefilter subroutine:
sub prefilter {
my ($line) = @_;
$line=~s/\014//g;
$line=~s/\&/\&/g;
$line=~s/\"/\"/g;
$line=~s/\>/\>/g;
$line=~s/\\</g;
$line=~s/\\\\/
/g;
return $line;
}
## Postfilter subroutine:
sub postfilter {
my ($line) = @_;
return $line;
}
1;