Re: XML Parsing/Modules

2010-04-07 Thread Shlomi Fish
/10 04:00 AM > > To: Robert Wohlfarth > > Subject: Re: XML Parsing/Modules > > Robert Wohlfarth wrote: > > On Wed, Apr 7, 2010 at 2:39 PM, Open Source wrote: > >> I'm new to perl and I need to parse an file which contains both > >> structured and unstructu

Re: XML Parsing/Modules

2010-04-07 Thread Open Source
Thanks Shawn/Rob! I'll give a try now. one more thing, anyway to convert these parsed output to html format directly with the help another module? > - Original Message - > From: Shawn H Corey > Sent: 04/08/10 04:00 AM > To: Robert Wohlfarth > Subject: Re: XML Parsi

Re: XML Parsing/Modules

2010-04-07 Thread Shawn H Corey
Robert Wohlfarth wrote: On Wed, Apr 7, 2010 at 2:39 PM, Open Source wrote: I'm new to perl and I need to parse an file which contains both structured and unstructured XML messages. Can someone help me to understand how to parse XML files/data into either simple readable or html format? I'm not

Re: XML Parsing/Modules

2010-04-07 Thread Robert Wohlfarth
On Wed, Apr 7, 2010 at 2:39 PM, Open Source wrote: > I'm new to perl and I need to parse an file which contains both structured > and unstructured XML messages. Can someone help me to understand how to > parse XML files/data into either simple readable or html format? I'm not > sure how to procee

XML Parsing/Modules

2010-04-07 Thread Open Source
I'm new to perl and I need to parse an file which contains both structured and unstructured XML messages. Can someone help me to understand how to parse XML files/data into either simple readable or html format? I'm not sure how to proceed like which module I've have to use etc. any pointers wou

Re: could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.3/XML/SAX; also need some advice about XML parsing modules on CPAN

2004-10-14 Thread Ken Wolcott
Wiggins d Anconia wrote: See if I can actually get somewhere with this. XML::Simple is just a wrapper around one of the lower level XML parsers. Essentially any parser can be used. XML::DOM and XML::SAX are two examples, within these examples they can/do wrap lower level C libs, such as expat[1] o

Re: could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.3/XML/SAX; also need some advice about XML parsing modules on CPAN

2004-10-11 Thread Wiggins d Anconia
> > Ken Wolcott wrote: > > > > > I suppose it is in bad taste to reply to one's own posting, but I have > > > an update. > > > > > > After reading some in the O'Reilly Perl & XML book, reading the email > > > archives of this mailing list, several FAQS that some people mentioned > > > from the

Re: could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.3/XML/SAX; also need some advice about XML parsing modules on CPAN

2004-10-11 Thread Wiggins d Anconia
> Ken Wolcott wrote: > > > I suppose it is in bad taste to reply to one's own posting, but I have > > an update. > > > > After reading some in the O'Reilly Perl & XML book, reading the email > > archives of this mailing list, several FAQS that some people mentioned > > from the mailing list arc

Re: could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.3/XML/SAX; also need some advice about XML parsing modules on CPAN

2004-10-11 Thread ajey
ANother observation is that i'm not finding any problem with this warning/err message. There are no side-effects. The XML:: parser is working correctly. regards -Ajey Quoting Ken Wolcott <[EMAIL PROTECTED]>: > Ken Wolcott wrote: > > > I suppose it is in bad taste to reply to one's own posting,

Re: could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.3/XML/SAX; also need some advice about XML parsing modules on CPAN

2004-10-11 Thread Ken Wolcott
Ken Wolcott wrote: I suppose it is in bad taste to reply to one's own posting, but I have an update. After reading some in the O'Reilly Perl & XML book, reading the email archives of this mailing list, several FAQS that some people mentioned from the mailing list archives and another reading of

Re: could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.3/XML/SAX; also need some advice about XML parsing modules on CPAN

2004-10-06 Thread Ken Wolcott
Ken Wolcott wrote: Hi; I have a Fedora Core 2 full install to which I installedXML::Simple manually (ie: download, extract, perl Makefile.PL, make, make test, sudo make install). Some of the tests did not run since I did not have Tie::IxHash (?) installed. The error message (could not find

could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.3/XML/SAX; also need some advice about XML parsing modules on CPAN

2004-10-06 Thread Ken Wolcott
Hi; I have a Fedora Core 2 full install to which I installedXML::Simple manually (ie: download, extract, perl Makefile.PL, make, make test, sudo make install). Some of the tests did not run since I did not have Tie::IxHash (?) installed. The error message (could not find ParserDetails.ini i