http://qs1969.pair.com?node_id=494069


in reply to Re^2: Using Perl XPath for converting Infopath XML files to Word Documents
in thread Using Perl XPath for converting Infopath XML files to Word Documents

Did you try?

It will work if you have XML::XPath (and XML::Parser) installed. You also need expat, the XML parsing library, which comes installed on a lot of systems, or can be compiled from sources (just make sure you are using the same compiler you compiled Perl with)

  • Comment on Re^3: Using Perl XPath for converting Infopath XML files to Word Documents