]> git.sesse.net Git - xml-template/blob - perl/passthru.pl
Add a proper wrapper for php5-swig, which also makes attribute[23] pass. All tests...
[xml-template] / perl / passthru.pl
1 #! /usr/bin/perl
2 use XML::Template;
3
4 my $doc = XML::Template::process_file('../xml/passthru.xml', {});
5 print $doc->toString;