]> git.sesse.net Git - xml-template/blob - perl-sax/passthru.pl
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / perl-sax / passthru.pl
1 #! /usr/bin/perl
2 use XML::TemplateSAX;
3
4 my $doc = XML::TemplateSAX::process_file('../xml/passthru.xml', {});
5 print $doc;