Apache-XPP

 view release on metacpan or  search on metacpan

lib/Apache/XPP/PreParse.pm  view on Meta::CPAN

	@parsers	= qw( parser_xppcomment parser_xppcache parser_xppxinclude
		parser_print parser_appmethod parser_xppforeach parser_xppshift
		parser_xppwhile );
}

=head1 DESCRIPTION

Apache::XPP::PreParse handles pre parsing of an xpp page to convert 'tags' into valid 
XPML. Tags are meant as a shortcut for code that might otherwise be burdensome or 
confusing for and xpml author, such as ref checking before calling a method: 
<xpp method="cities_popup_menu" obj="$app"> might be converted to: 
<?xpp if (ref($app)) { print $app->cities_popup_menu; } ?>.

=head1 METHODS

=over

=item C<parsers> (  )

Returns a new parser object

=cut



( run in 1.783 second using v1.01-cache-2.11-cpan-364913b4093 )