]> git.sesse.net Git - xml-template/blob - perl-sax/simple.pl
Add most of the remaining php5-swig tests. Most succeed, but not all.
[xml-template] / perl-sax / simple.pl
1 #! /usr/bin/perl
2 use XML::TemplateSAX;
3
4 my $doc = XML::TemplateSAX::process_file('../xml/simple.xml', {
5         'title' => 'A very basic example',
6         '#hello' => 'Hello world!'
7 });
8 print $doc;