in reply to XML to XML

I think you'd be better off doing this using the XSLT support in XML::XSLT or XML::LibXSLT.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re: Re: XML to XML
by jdinesh (Novice) on Dec 31, 2002 at 08:20 UTC
    Where can I find the XML::LibXSLT module to install on Windows.
    Many thanks,
    JD
      Many Thanks,
      I installed following Perl moduls
      XML-LibXML.ppd XML-LibXML-Common.ppd XML-LibXML-Iterator.ppd XML-LibXSLT.ppd XML-XPath.ppd XML-SAX.ppd

      I am receiving the following error message
      E:\xml2xml\xslt>perl libxslt.pl Can't load 'C:/Perl/site/lib/auto/XML/LibXML/Common/Common.dll' for mo +dule XML:: LibXML::Common: load_file:One of the library files needed to run this +applicatio n cannot be found at C:/Perl/lib/DynaLoader.pm line 229. at C:/Perl/site/lib/XML/LibXML.pm line 11 Compilation failed in require at C:/Perl/site/lib/XML/LibXML.pm line 1 +1. BEGIN failed--compilation aborted at C:/Perl/site/lib/XML/LibXML.pm li +ne 11. Compilation failed in require at C:/Perl/site/lib/XML/LibXSLT.pm line +8. BEGIN failed--compilation aborted at C:/Perl/site/lib/XML/LibXSLT.pm l +ine 8. Compilation failed in require at libxslt.pl line 1. BEGIN failed--compilation aborted at libxslt.pl line 1.

      Please suggest. JD