NAME
PXML - functional XML handling, general functions
SYNOPSIS
use PXML qw(is_pxml_element);
use PXML::XHTML qw(P);
ok is_pxml_element P();
is P("Hi <there>")->string, '<p>Hi <there></p>';
use PXML ":all";
is(pxmlbody("foo")->string, "foo");
DESCRIPTION
General Functions for the PXML libraries.
SEE ALSO
PXML::Element, PXML::Tags, PXML::SVG, PXML::XHTML, PXML::HTML5, PXML::Util, PXML::Serialize, PXML::Preserialize, http://functional-perl/
NOTE
This is alpha software! Read the status section in the package README or on the website.