##
####
#!/usr/bin/env perl -w
use strict;
use XML::LibXML;
$parser = XML::LibXML->new();
$dom = $parser->load_xml();
# now I do what?
exit 0;