]> git.etc.gen.nz Git - gnucash-tools.git/commitdiff
Initial commit.
authorAndrew Ruthven <andrew@cyclops.etc.gen.nz>
Fri, 25 May 2007 08:57:32 +0000 (20:57 +1200)
committerAndrew Ruthven <andrew@cyclops.etc.gen.nz>
Fri, 25 May 2007 08:57:32 +0000 (20:57 +1200)
parse.pl [new file with mode: 0644]

diff --git a/parse.pl b/parse.pl
new file mode 100644 (file)
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 );