From: sgunderson@bigfoot.com <> Date: Sat, 12 Aug 2006 19:26:07 +0000 (+0200) Subject: Fix the include example. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3dc6e8ddd80a27a9da40f1065a3f993d13de5a3f;p=xml-template Fix the include example. --- diff --git a/perl/include.pl b/perl/include.pl index 5c0ec5e..30a6d15 100644 --- a/perl/include.pl +++ b/perl/include.pl @@ -3,7 +3,7 @@ use XML::Template; my $doc = XML::Template::process_file('../xml/included.xml', { 'color' => 'red' -}); +}, 0); my $master = XML::Template::process_file('../xml/master.xml', { 'title' => 'Main HTML title', 'h1' => 'Nice heading here',