From: Andrew Ruthven Date: Fri, 25 May 2007 08:57:32 +0000 (+1200) Subject: Initial commit. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7494d3cd59e7d6efb2cc12b8b37aade2bc620fac;p=gnucash-tools.git Initial commit. --- 7494d3cd59e7d6efb2cc12b8b37aade2bc620fac diff --git a/parse.pl b/parse.pl new file mode 100644 index 0000000..0f04462 --- /dev/null +++ b/parse.pl @@ -0,0 +1,8 @@ +#!/usr/bin/perl -w + +use XML::Parser; + +my $in_file = "/home/a_and_s/Budget/A and S United"; + +$parser = XML::LibXML->new(); +$doc = $parser->parse_file( $in_file );