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
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
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
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
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
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
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
>
>
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
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
> 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
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
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
12 matches
Mail list logo