http://www.perlmonks.org?node_id=494059


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

Will this scritp will also run in UNIX operating system? As I donot have any XML pareser which can be loaded for UNIX.
  • Comment on Re^2: Using Perl XPath for converting Infopath XML files to Word Documents

Replies are listed 'Best First'.
Re^3: Using Perl XPath for converting Infopath XML files to Word Documents
by mirod (Canon) on Sep 22, 2005 at 10:28 UTC

    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)