The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 &lt;there&gt;</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.