help me in reading the xml file

2008-01-17 Thread Allam Reddy, Thomas
Hi All, 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 Thanks in advance for your help. http://www.bea.com/ns/weblogic/90/

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 Allam Reddy, Thomas
Hi Chas Owens, Thanks for your reply. Is there a way to parse and get the info from xml withou using XML::Twig? Thanks, Thomas Reddy -Original Message- From: Chas. Owens [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 3:11 PM To: Allam Reddy, Thomas Cc: beginners@perl.org

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

Tokenizing a string

2008-02-11 Thread Allam Reddy, Thomas
Hi All, I have a string "jdbc/abc.xml" which I wanted to tokenize using the delimiter "/" May I know the perl code for this? Thanks Thomas Reddy

RE: Tokenizing a string

2008-02-12 Thread Allam Reddy, Thomas
Thanks Thomas for your help. It met my requirement -Original Message- From: Thomas Bätzler [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 7:01 PM To: beginners@perl.org Cc: Allam Reddy, Thomas Subject: RE: Tokenizing a string Allam Reddy, Thomas <[EMAIL PROTECTED]>