RE: PERL and XML Parser

2002-02-01 Thread Stout, Joel R
Ballads Hope this helps. Joel > -Original Message- > From: P0R0NG [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 8:29 AM > To: [EMAIL PROTECTED] > Cc: Hanson, Robert > Subject: Re: PERL and XML Parser > > > oh yes thanks for th

Re: PERL and XML Parser

2002-02-01 Thread P0R0NG
g. | | | |You need an attribute name, this is not legal. | |Rob | | |-Original Message----- |From: P0R0NG [mailto:[EMAIL PROTECTED]] |Sent: Friday, February 01, 2002 8:05 AM |To: [EMAIL PROTECTED] |Subject: PERL and XML Parser | | |Hi list. | |I'm currently doing a perl project involving XML p

RE: PERL and XML Parser

2002-02-01 Thread Hanson, Robert
: P0R0NG [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 8:10 AM To: [EMAIL PROTECTED] Subject: Re: PERL and XML Parser On Fri, 1 Feb 2002 21:04:54 +0800 P0R0NG <[EMAIL PROTECTED]> wrote: |how can i get the PCDATA for the element "owner"? i want to get just |the "owner&qu

Re: PERL and XML Parser

2002-02-01 Thread P0R0NG
On Fri, 1 Feb 2002 21:04:54 +0800 P0R0NG <[EMAIL PROTECTED]> wrote: |how can i get the PCDATA for the element "owner"? i want to get just |the "owner" elements and the content of the "owner." | |i've created a code that will trap for the start and end tags of |the element "owner" as well as the

PERL and XML Parser

2002-02-01 Thread P0R0NG
Hi list. I'm currently doing a perl project involving XML parser. given this xml snippet: Percy Alice in Chains The Pixies Bob Marley Peter Tosh how can i get the PCDATA for the element "owner"? i want to get just the "owner" elements and the content of the