]> git.sesse.net Git - xml-template/blob - perl/attribute-empty.pl
f1fbc30cd0206734f5df8ad8d5c2e68f6d1aadb8
[xml-template] / perl / attribute-empty.pl
1 #! /usr/bin/perl
2 use XML::Template;
3
4 my $doc = XML::Template::process_file('../xml/clone.xml', {
5         'color' => 'blue',
6         '#things' => []
7 });
8 print $doc->toString;