in reply to Re: xml::twig and stylesheets
in thread xml::twig and stylesheets
how do I get the PI to appear at the beginning of the document?
This fails because you can't paste before the root.my $xsl = new XML::Twig::Elt('#PI'); $xsl->set_target('xml-stylesheet'); $xsl->set_data('type= "text/xls" href="xls_style.xls"'); $xsl->paste('before', $twig->root);
In Section
Seekers of Perl Wisdom