Apache::XPP::Inline - Use XPP as an inline source filter


NAME

Apache::XPP::Inline - Use XPP as an inline source filter


SYNOPSIS

 use Apache::XPP::Inline;
 XPML CODE <?= "GOES" ?> HERE


REQUIRES

 Apache::XPP
 Filter::Util::Call


EXPORTS

Nothing


DESCRIPTION

The Apache::XPP::Inline module allows access to XPP parsing in an inline fashion. After a use Apache::XPP::Inline; statement, the remaining source code will be interpreted as XPML, and parsed appropriately.


REVISION HISTORY

$Log: Inline.pm,v $


SEE ALSO

perl(1).


KNOWN BUGS

None


COPYRIGHT

Copyright (c) 2002, Gregory Williams. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the GNU Lesser General Public License as published by the Free Software Foundation.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


AUTHORS

 Gregory Williams <greg@evilfunhouse.com>

 Apache::XPP::Inline - Use XPP as an inline source filter