- or download this
<Books>
...
</Book>
</Books>
- or download this
$file="books.xml";
my $xp = XML::XPath->new(filename => $file);
- or download this
open(INFO3, ">$file.doc");
- or download this
print INFO3 "Perl Xpath\n\n";
print INFO3 "BOOK INFORMATION:\n\n";
- or download this
use XML::XPath;
...
print "Converted XML file into WORD file\n\n";
print $file." WORD document generated";
close(INFO3);