RE: Unable to use XML module

2005-09-06 Thread Brian Volk
See bottom... -Original Message- From: Cristi Ocolisan [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 6:48 AM To: beginners@perl.org Subject: RE: Unable to use XML module Try install XML-Simple Co -Original Message- From: Nath, Alok (STSD) [mailto:[EMAIL

RE: Unable to use XML module

2005-09-06 Thread Cristi Ocolisan
Try install XML-Simple Co -Original Message- From: Nath, Alok (STSD) [mailto:[EMAIL PROTECTED] Sent: Monday, September 05, 2005 10:14 AM To: Charles K. Clarkson; Xavier Noria Cc: Perl Beginners List Subject: RE: Unable to use XML module When I say ppm>install XML::Simple It gives t

Unable to use XML module

2005-09-04 Thread Nath, Alok (STSD)
Hi all, I am getting this problem while trying to use XML module in my script. Script : #!/usr/bin/perl use XML::Simple ; exit 0 ; Error : Can't locate XML/Simple.pm in @INC (@INC contains: C:/P

RE: xml module

2004-12-30 Thread Bob Showalter
Patricio Bruna V wrote: > i need to parse out one big xml file, 592K, but the only thing i need > to do its eliminate some tags, where the lang attribute is not es > (, fox example). > I think its a simple thing to do, so here its the question, what perl > module do you recommend for this task? XM

xml module

2004-12-30 Thread Patricio Bruna V
i need to parse out one big xml file, 592K, but the only thing i need to do its eliminate some tags, where the lang attribute is not es (, fox example). I think its a simple thing to do, so here its the question, what perl module do you recommend for this task? thx. -- Patricio Bruna

Re: XML module

2002-10-22 Thread Melanie Rouette
There's also XML::LibXML::Document XML::LibXML::Node. I currently use them and they do the job. The Document module emulates a DOM tree while you can use the Node module to work with your element nodes. Mel Admin-Stress wrote: Hi, anyone can suggest me XML module for reading/parsing/modi

RE: XML module

2002-10-21 Thread NYIMI Jose (BMB)
s@;rivalsdm.com] > Sent: Monday, October 21, 2002 6:18 PM > To: NYIMI Jose (BMB) > Cc: Admin-Stress; perl > Subject: RE: XML module > > > On Mon, 2002-10-21 at 17:04, NYIMI Jose (BMB) wrote: > > XML::Simple > > XML::DOM > > XML::Parser::PerlSAX > >

RE: XML module

2002-10-21 Thread Nigel Wetters
On Mon, 2002-10-21 at 17:04, NYIMI Jose (BMB) wrote: > XML::Simple > XML::DOM > XML::Parser::PerlSAX The above modules are based around the expat libraries. There are also modules based around the gnome libxml2 libraries, which seem to be faster, but less portable: XML::LibXML XML::LibXML::SAX XM

RE: XML module

2002-10-21 Thread NYIMI Jose (BMB)
9 PM > To: perl > Subject: XML module > > > Hi, > > anyone can suggest me XML module for > reading/parsing/modifying an XML file? > > Thanks, > kapot > > __ > Do you Yahoo!? > Y! Web Hosting - Let the

RE: XML module

2002-10-21 Thread NYIMI Jose (BMB)
> The above modules are based around the expat libraries. There > are also modules based around the gnome libxml2 libraries, > which seem to be faster, but less portable: It seems that you must be root to install libxml2 libraries, right ? while expat libraries offer more flexibility with the op

XML module

2002-10-21 Thread Admin-Stress
Hi, anyone can suggest me XML module for reading/parsing/modifying an XML file? Thanks, kapot __ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Perl XML module building

2002-02-04 Thread a p
hello everyone, i wanted to use xml extensions of perl on windows,i dunno what are the necessary modules i need to download and build,so that i could create and read xml documents atleast. Please can someone tell me what are the necessary modules i need to download in o