PerlPoint::Tags::SDF

PerlPoint::Tags::SDF is a PerlPoint tag set used by pp2sdf.
Download

PerlPoint::Tags::SDF Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jochen Stenzel
  • Publisher web site:
  • http://search.cpan.org/~jstenzel/Getopt-ArgvFile-1.11/ArgvFile.pm

PerlPoint::Tags::SDF Tags


PerlPoint::Tags::SDF Description

PerlPoint::Tags::SDF is a PerlPoint tag set used by pp2sdf. PerlPoint::Tags::SDF is a PerlPoint tag set used by pp2sdf.SYNOPSIS # declare tags used by pp2sdf use PerlPoint::Tags::SDF;This module declares PerlPoint tags used by pp2sdf. Tag declarations are used by the parser to determine if a used tag is valid, if it needs options, if it needs a body and so on. Please see PerlPoint::Tags for a detailed description of tag declaration.Every PerlPoint translator willing to handle the tags of this module can declare this by using the module in the scope where it built the parser object. # declare basic tags use PerlPoint::Tags::SDF; # load parser module use PerlPoint::Parser; ... # build parser my $parser=new PerlPoint::Parser(...); ...TAGSPerlPoint::Tags::SDF declares all the tags of PerlPoint::Tags::Basic.Additionally, the PerlPoint::Tags::HTML tags L, PAGEREF, SECTIONREF, U and XREF tags are supported. pp2sdf might interprete them slightly different to pp2html, please read its documentation for details. Requirements: · Perl


PerlPoint::Tags::SDF Related Software