PerlPoint-XML-XHTML
view release on metacpan or search on metacpan
lib/PerlPoint/Generator/XML/XHTML.pm view on Meta::CPAN
{
# this is the difference to the XML generator handling:
# valid XHTML tag names are required to be very simple strings,
# so we use *checksums*
id => $me->buildAnchorId($item->{cfg}{data}{options}{name}),
},
@{$item->{parts}},
)
);
}
elsif ($item->{cfg}{data}{name} eq 'EMBED')
{
# embedded (X)HTML
if ($item->{cfg}{data}{options}{lang}=~/^X?HTML$/i)
{
# just pass parts through (supplying them via XML::Generator object, not as string)
push(@results, $me->string2XMLObject(@{$item->{parts}}));
}
}
elsif ($item->{cfg}{data}{name} eq 'F')
{
( run in 1.694 second using v1.01-cache-2.11-cpan-71847e10f99 )