% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
Test::Lintian::Output::XML -- routines to process XML tags
use Path::Tiny;
use Test::Lintian::Output::XML qw(to_universal);
my $xml = path("path to an XML tag file")->slurp_utf8;
my $universal = to_universal($xml);
Helper routines to deal with XML tags and tag files
Converts the XML tag data contained in STRING to universal tags. They are likewise delivered in a multi-line string.