NAME
PXML - functional XML handling, general functions
SYNOPSIS
ok is_pxml_element P();
is P(
"Hi <there>"
)->string,
'<p>Hi <there></p>'
;
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.