RE: help me in reading the xml file

2008-01-21 Thread Allam Reddy, Thomas
Thanks Chas Owens for your detailed explanation. It helped me a lot Thanks, Thomas Reddy -Original Message- From: Chas. Owens [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 9:01 PM To: Allam Reddy, Thomas Cc: beginners@perl.org Subject: Re: help me in reading the xml file On

Re: help me in reading the xml file

2008-01-18 Thread Chas. Owens
On Jan 18, 2008 4:54 AM, Allam Reddy, Thomas <[EMAIL PROTECTED]> wrote: > Hi Chas Owens, > > Thanks for your reply. > Is there a way to parse and get the info from xml withou using > XML::Twig? snip There are many XML parsing modules in Perl; unfortunately, none of the are part of Core Perl. In f

RE: help me in reading the xml file

2008-01-18 Thread Allam Reddy, Thomas
Subject: Re: help me in reading the xml file On Jan 18, 2008 4:34 AM, Allam Reddy, Thomas <[EMAIL PROTECTED]> wrote: > Hi Chas Owens, > > Thanks for your reply. > > I am getting the following error when running the code given in the > mail. > > > Can't locate XM

RE: help me in reading the xml file

2008-01-18 Thread Allam Reddy, Thomas
this? -Original Message- From: Chas. Owens [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 9:38 PM To: Allam Reddy, Thomas Cc: beginners@perl.org Subject: Re: help me in reading the xml file On Jan 17, 2008 5:53 AM, Allam Reddy, Thomas <[EMAIL PROTECTED]> wrote: snip > I have got an

Re: help me in reading the xml file

2008-01-18 Thread Chas. Owens
On Jan 18, 2008 4:34 AM, Allam Reddy, Thomas <[EMAIL PROTECTED]> wrote: > Hi Chas Owens, > > Thanks for your reply. > > I am getting the following error when running the code given in the > mail. > > > Can't locate XML/Twig.pm in @INC (@INC contains: snip XML::Twig is not part of Core Perl. It (a

Re: help me in reading the xml file

2008-01-17 Thread Chas. Owens
On Jan 17, 2008 5:53 AM, Allam Reddy, Thomas <[EMAIL PROTECTED]> wrote: snip > I have got an xml like this below. I want to read this file in Perl and > want to retrieve the text which end with .xml. > > For example , I want to print the text "jms/hppjmsmodules-jms.xml", > since it ends with .xml s