Re: Perl and XML

2008-04-04 Thread Rob Dixon
Seth wrote: > On Apr 4, 6:41 am, [EMAIL PROTECTED] (Rob Dixon) wrote: >> Seth wrote: >>> I have an existing xml file that I need to display. Perl was >>> suggested a good way to do that. >>> I am using XML::Simple. None of the examples use the format that I >>> have. >>> Here is an example of wha

Re: Perl and XML

2008-04-04 Thread Seth
On Apr 4, 6:41 am, [EMAIL PROTECTED] (Rob Dixon) wrote: > Seth wrote: > > I have an existing xml file that I need to display. Perl was > > suggested a good way to do that. > > > I am using XML::Simple. None of the examples use the format that I > > have. > > > Here is an example of what I am deal

Re: Perl and XML

2008-04-04 Thread Jenda Krynicky
From: Rob Dixon <[EMAIL PROTECTED]> > Seth wrote: > > I have an existing xml file that I need to display. Perl was > > suggested a good way to do that. > > > > I am using XML::Simple. None of the examples use the format that I > > have. > > > > Here is an example of what I am dealing with: > >

Re: Perl and XML

2008-04-04 Thread Rob Dixon
Seth wrote: > I have an existing xml file that I need to display. Perl was > suggested a good way to do that. > > I am using XML::Simple. None of the examples use the format that I > have. > > Here is an example of what I am dealing with: > > > 66 > 6 > 6 > 540 > 11-28-07 > > > I can use Du

Perl and XML

2008-04-04 Thread Seth
I have an existing xml file that I need to display. Perl was suggested a good way to do that. I am using XML::Simple. None of the examples use the format that I have. Here is an example of what I am dealing with: 66 6 6 540 11-28-07 I can use Dumper to see that it has been loaded but can't

PERL and XML

2005-04-18 Thread marcos rebelo
For the Universaty Project, I dicided to make a study about the use of Perl and XML. I have already found somethings to read in google but they seem to be desactualized (2002, 2003). So I would like to have your help to find new articles about the Perl support to the XML and all the tecnologis

Re: Perl and XML::Simple

2004-07-22 Thread Philipp Traeder
On Monday 19 July 2004 HH:04:06, David Arnold wrote: > All Good morning, > > I tried to run this: > [..] > my $resp_xml=XMLin('./Responses.xml',forcearray=>1); > > print Dumper $resp_xml; > > On this file: > > [EMAIL PROTECTED] perlxml]# cat -A Responses.xml > > And I got this error message: >

RE: Perl and XML::Simple

2004-07-19 Thread Hanson, Rob
> This isn't well-formed XML. The n=3 must be n="3". All attributes in XML must be quoted, either single-quotes or double-quotes. Rob -Original Message- From: David Arnold [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 2:04 AM To: [EMAIL PROTECTED] Sub

Perl and XML::Simple

2004-07-18 Thread David Arnold
All I tried to run this: #! /usr/local/bin/perl -w # File: Responses.pl use strict; use warnings; # Import the SML::Simple module use XML::Simple; use Data::Dumper; # Turn the file into a has reference, using XML::Simples' "XMLin" # subroutine. We'll also turn on the 'forcearray' option, so th

SCO Perl and XML

2002-11-26 Thread Enric Roca
Hello, This is my first message in this perl list. I'm new in Perl programming and I need some help. I need to use Perl in a SCO Openserver 5.05 machine to validate XML messages. To do this I know that it exists the Xerces library. The machine has Apache 1.3.26 installed. The Xerces library need

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