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
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
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:
> >
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
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
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
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:
>
>
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
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
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
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
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
: 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
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
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
15 matches
Mail list logo