Re: XML::LibXML broken on PPM

2013-03-08 Thread Lyle
Yes, thank you Jan. I had this issue recently but managed to build with cpan. However, in the end I used XML::TreePP because it's lightweight, portable, and parses nicely. Lyle On 08/03/2013 20:16, Francisco Zarabozo wrote: > Good to know. Thank you very much Jan! :-) > >

Re: XML::LibXML broken on PPM

2013-03-08 Thread Francisco Zarabozo
Good to know. Thank you very much Jan! :-) Best regards, Francisco -Mensaje original- From: Jan Dubois Sent: Friday, March 08, 2013 12:33 PM To: Francisco Zarabozo Cc: Active State Perl Mailing List Subject: Re: XML::LibXML broken on PPM On Wed, Mar 6, 2013 at 6:53 PM, Francisco

Re: XML::LibXML broken on PPM

2013-03-08 Thread Jan Dubois
it was keyed on the CPAN ID of the previous maintainer, and limited to version 1 of the module. I've now updated those settings to apply to current versions as well. Unfortunately the XML-LibXML/Makefile.PL now includes a gratuitous dependency on libgettext on Windows, which is not needed, an

Re: XML::LibXML broken on PPM

2013-03-07 Thread Francisco Zarabozo
Hello Michiel, No problem, I’ll explain here the steps I followed to build XML::LibXML. I did it using Microsoft VC10 (command prompt evironment) and using my self-built Perl 5.16 x64 (also with VC10), but it should work with Active State Perl too. Also, I didn’t build LibXML myself because I

Re: XML::LibXML broken on PPM

2013-03-06 Thread Michiel Beijen
;LIBS' and 'INC' need to be > defined in the call to Makefile.PL. Example: > > perl Makefile.PL INC=-IC:\pathtocincludes\include LIBS=-LC:\pathtolibs\lib > > Those should contain all the include and lib files from iconv, LibXML and > zlib. > > I just compiled XML:

Re: XML::LibXML broken on PPM

2013-03-06 Thread Francisco Zarabozo
lib files from iconv, LibXML and zlib. I just compiled XML::LibXML v2.0014 myself successfully for Perl 5.16 x64. It should work on PPM too. Best regards, Francisco Zarabozo -Mensaje original- From: Francisco Zarabozo Sent: Wednesday, March 06, 2013 4:49 PM To: Active State Perl

XML::LibXML broken on PPM

2013-03-06 Thread Francisco Zarabozo
To whom may concern (@ActiveState): The module XML::LibXML is failing to build on PPM since v1.71 (current version is 2.0014). While looking at the logs on http://ppm4.activestate.com, I see that the following environment variables are being set: LIB=... INCLUDE=... But, I also see that

Re: Compiling XML::LibXSLT and prereqs using MinGW

2010-09-01 Thread Michael Ludwig
Ludwig, Michael schrieb am 31.08.2010 um 15:17 (+0200): > I want to install XML::LibXSLT using MinGW on ActivePerl 5.12 on XP Pro. > Is this something related to MinGW/dmake, or should I rather ask on > the LibXSLT or LibXML mailing list? I raised this issue at the LibXSLT mailing lis

Compiling XML::LibXSLT and prereqs using MinGW

2010-08-31 Thread Ludwig, Michael
I want to install XML::LibXSLT using MinGW on ActivePerl 5.12 on XP Pro. A prerequisite is to have the sources of the underlying C libraries, which I downloaded from ftp://xmlsoft.org/libxslt/ . It is in compiling LibXSLT (the C library) that I'm having problems. People experienced with

XML::Stream test hanging with ActivePerl 5.10.0 on winxp

2009-01-21 Thread Michael Ellery
Does anyone have experience installing XML::Stream on ActivePerl 5.10 (win32) ? I'm trying to make/install from source and I'm getting hanging tests currently... -Mike Ellery ___ ActivePerl mailing list ActivePerl@listserv.ActiveSt

RE: Working with XML in Perl

2008-11-11 Thread Curtis Leach
Thank you to everyone who responded. This should help me focus my research to just a few XML modules in getting to a good solution for my needs. Thanks Chris for the links so that I can review some basic XML concepts & issues. Curtis -Original Message- From: [EMAIL PROTECTED] [ma

Re: Working with XML in Perl

2008-11-11 Thread Jenda Krynicky
From: "Curtis Leach" <[EMAIL PROTECTED]> > I'm using a Perl 5.8.8 build on a Windows Server platform and I need to > work with XML files. > > Is there a preferred module for use when working with XML in Perl? I'm > new to XML & I'm just looki

Re: Working with XML in Perl

2008-11-10 Thread Foo JH
Curtis Leach wrote: > I'm using a Perl 5.8.8 build on a Windows Server platform and I need to > work with XML files. If you're doing only reading (not write), XML::Simple makes XML a breeze. XML::Simple converts your xml file into a tree of native hashes and arrays. No

Re: Working with XML in Perl

2008-11-10 Thread Chris Prather
On Mon, Nov 10, 2008 at 6:21 PM, Curtis Leach <[EMAIL PROTECTED]> wrote: > I'm using a Perl 5.8.8 build on a Windows Server platform and I need to > work with XML files. > > Is there a preferred module for use when working with XML in Perl? I'm > new to XML &

Re: Working with XML in Perl

2008-11-10 Thread Michael Ellery
Wayne Simmons wrote: > Curtis Leach said: >> Is there a preferred module for use when working with XML in Perl? > > I use: > XML::DOM; > > > > #save it back. > not sure how to do this... honestly haven't done it before. > that's the ea

RE: Working with XML in Perl

2008-11-10 Thread Wayne Simmons
Curtis Leach said: > Is there a preferred module for use when working with XML in Perl? I use: XML::DOM; If you have the full file that's probably the best one I've found. Although you might consume massive amounts of memory depending on your file size (you seemed to indicate

Working with XML in Perl

2008-11-10 Thread Curtis Leach
I'm using a Perl 5.8.8 build on a Windows Server platform and I need to work with XML files. Is there a preferred module for use when working with XML in Perl? I'm new to XML & I'm just looking for directions to XML modules to look at so I don't waste too much time g

Re: problem parsing with XML::DOM

2008-07-10 Thread Jenda Krynicky
From: "Avraham Shapiro" <[EMAIL PROTECTED]> > I'm crossposting this to Perl and XML listservs since it involves XML parsing > from within Perl. > > I'm having trouble parsing a simple bit of XML with XML::XQL::DOM. Why would anyone want to use DOM to wor

problem parsing with XML::DOM

2008-07-10 Thread Avraham Shapiro
I'm crossposting this to Perl and XML listservs since it involves XML parsing  from within Perl.   I'm having trouble parsing a simple bit of XML with XML::XQL::DOM. The bit of XML is as follows:     ...    manifest: missing file  File

Re: xml-libxml installation errors

2007-05-26 Thread ukhas jean
uble with installing this module XML-libxml. I got the > following error when i tried to install it on linux using these steps:- > > perl Makefile.PL > make > make test > make install > > But the installation failed at the very 1st line viz. > "perl Makefile.

Re: xml-libxml installation errors

2007-05-25 Thread Randy Kobes
On Fri, 25 May 2007, ukhas jean wrote: > I am having heaps trouble with installing this module XML-libxml. I got the > following error when i tried to install it on linux using these steps:- > > perl Makefile.PL > make > make test > make install > > But the inst

xml-libxml installation errors

2007-05-25 Thread ukhas jean
I am having heaps trouble with installing this module XML-libxml. I got the following error when i tried to install it on linux using these steps:- perl Makefile.PL make make test make install But the installation failed at the very 1st line viz. "perl Makefi

Re: Excel to XML

2007-03-29 Thread Bill Luebkert
munni a wrote: > Hello everyone, > > I need your advice on this scenario. > > I have a Excel spreadsheet which I want to convert into XML using perl. > Then from which it can populated to the html pages automatically. Does > anyone has done this before,if so please help

Re: Excel to XML

2007-03-29 Thread Webmaster ESSAL
Hi ... I dont know about XML, but you can use the Spreadsheet-WriteExcel module to read the Excel file and then make your html page. rgmd - Original Message - From: "munni a" <[EMAIL PROTECTED]> To: Sent: Thursday, March 29, 2007 6:41 PM Subject: Excel to XML > He

Excel to XML

2007-03-29 Thread munni a
Hello everyone, I need your advice on this scenario. I have a Excel spreadsheet which I want to convert into XML using perl. Then from which it can populated to the html pages automatically. Does anyone has done this before,if so please help me out? Thanks in advance for all ur help. Mun

Re: Encryption...XML::Simple and reading encrypted data...

2006-08-23 Thread $Bill Luebkert
Lincoln, Adym wrote: > Hi all, > > I am trying to use XML::Simple to process encrypted (possibly binary) data > from an XML text file. The perldoc on XML::Simple doesn't mention anything > either way about XMLin() and binary data. The only mention of 'binary' a

Encryption...XML::Simple and reading encrypted data...

2006-08-23 Thread Lincoln, Adym
Hi all, I am trying to use XML::Simple to process encrypted (possibly binary) data from an XML text file. The perldoc on XML::Simple doesn't mention anything either way about XMLin() and binary data. The only mention of 'binary' at all in the doc is related to XMLout(), sa

Re: XML::Simple, hashes and arrays...

2006-06-16 Thread Williamawalters
hi adym --     In a message dated 6/16/2006 4:18:42 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > my $ltheEntry;> foreach $ltheEntry ($ltheConfig->{'notifications'}->{'email-addr'}) {> printf $ltheEntry;> printf $ltheEntry->{content}.":".$ltheEntry->{type};> }   $ltheC

XML::Simple, hashes and arrays...

2006-06-16 Thread Lincoln, Adym
Hi all, I've been trying to iterate thru an array of elements that's buried within a larger Hash. The Hash was created from XML::Simple and using Data Dumper it produces the following output: $VAR1 = { 'directories' => { 'directory' =>

RE: ASN.1 to XML/CSV decoder

2006-06-08 Thread GT BAUTISTA, Rodel D.
ursday, June 08, 2006 5:00 PM To: activeperl@listserv.ActiveState.com Subject: RE: ASN.1 to XML/CSV decoder GT BAUTISTA, Rodel D. <mailto:[EMAIL PROTECTED]> wrote: > Hi Brian, below is the modified code. > > --

RE: ASN.1 to XML/CSV decoder

2006-06-08 Thread Brian Raven
GT BAUTISTA, Rodel D. wrote: > Hi Brian, below is the modified code. > > --- > use strict; > use warnings; > > use Convert::BER; > > my $fn = shift; > exit unless defined $fn; > > my $ber=new Con

RE: ASN.1 to XML/CSV decoder

2006-06-08 Thread GT BAUTISTA, Rodel D.
27;t seem to understand how the module works. Can you help me with this? Thanks and Best regards. Rodel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Raven Sent: Wednesday, June 07, 2006 5:35 PM To: activeperl@listserv.ActiveState.com Subject: RE:

RE: ASN.1 to XML/CSV decoder

2006-06-08 Thread GT BAUTISTA, Rodel D.
Sent: Wednesday, June 07, 2006 4:51 PM To: activeperl@listserv.ActiveState.com Subject: RE: ASN.1 to XML/CSV decoder GT BAUTISTA, Rodel D. <mailto:[EMAIL PROTECTED]> wrote: > Hi Brian, thank you very much for the sample you had given. > > I tried it already and the script outputs

RE: ASN.1 to XML/CSV decoder

2006-06-08 Thread GT BAUTISTA, Rodel D.
eperl@listserv.ActiveState.com Subject: Re: ASN.1 to XML/CSV decoder > Hi Scott, I've already tried that but there are no contents of the > output file. > > Thanks and best regards. > > Rodel > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAI

Re: ASN.1 to XML/CSV decoder

2006-06-07 Thread Eric Amick
Wednesday, June 07, 2006 11:02 AM > To: activeperl@listserv.ActiveState.com > Subject: Re: ASN.1 to XML/CSV decoder > > > On Tuesday 06 June 2006 6:18 pm, GT BAUTISTA, Rodel D. wrote: > > Hi Brian, thank you very much for the sample you had given. > > > > I tried it already a

RE: ASN.1 to XML/CSV decoder

2006-06-07 Thread Brian Raven
GT BAUTISTA, Rodel D. <> wrote: > Hi Brian, > > Can you also give me an example script for the Convert-BER module > just like the one you provided below? I don't have that module, but I will attach a few comments to your code. > > I'm trying to modify the script to have the same format as what

RE: ASN.1 to XML/CSV decoder

2006-06-07 Thread Brian Raven
GT BAUTISTA, Rodel D. wrote: > Hi Brian, thank you very much for the sample you had given. > > I tried it already and the script outputs a more readable one. > > Is there a way I can write this to file? Here's a tip. If the documentation doesn't tell you what you want

RE: ASN.1 to XML/CSV decoder

2006-06-07 Thread GT BAUTISTA, Rodel D.
e.com Subject: Re: ASN.1 to XML/CSV decoder On Tuesday 06 June 2006 6:18 pm, GT BAUTISTA, Rodel D. wrote: > Hi Brian, thank you very much for the sample you had given. > > I tried it already and the script outputs a more readable one. > > Is there a way I can write this to fi

RE: ASN.1 to XML/CSV decoder

2006-06-07 Thread GT BAUTISTA, Rodel D.
On Behalf Of Brian Raven Sent: Tuesday, June 06, 2006 6:12 PM To: activeperl@listserv.ActiveState.com Subject: RE: ASN.1 to XML/CSV decoder From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of GT BAUTISTA, Rodel D. Sent: 06 June 2006 07:40 To: activeperl@listserv.ActiveState.com Subjec

Re: ASN.1 to XML/CSV decoder

2006-06-06 Thread Scott Leighton
On Tuesday 06 June 2006 6:18 pm, GT BAUTISTA, Rodel D. wrote: > Hi Brian, thank you very much for the sample you had given. > > I tried it already and the script outputs a more readable one. > > Is there a way I can write this to file? > > Best regards. > > Rodel The quick and dirty method woul

RE: ASN.1 to XML/CSV decoder

2006-06-06 Thread GT BAUTISTA, Rodel D.
: Tuesday, June 06, 2006 6:12 PM To: activeperl@listserv.ActiveState.com Subject: RE: ASN.1 to XML/CSV decoder From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of GT BAUTISTA, Rodel D. Sent: 06 June 2006 07:40 To: activeperl@listserv.ActiveState.com Subject: ASN.1 to XML/CSV decoder >

RE: ASN.1 to XML/CSV decoder

2006-06-06 Thread GT BAUTISTA, Rodel D.
Thanks for the advice. Best Regards. Rodel -Original Message- From: Mario R. Sanchez, Ph.D. [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 9:54 PM To: GT BAUTISTA, Rodel D. Cc: activeperl@listserv.activestate.com Subject: Re: ASN.1 to XML/CSV decoder for what its worth, i too

Re: ASN.1 to XML/CSV decoder

2006-06-06 Thread Mario R. Sanchez, Ph.D.
for what its worth, i too went through this hunt - spent more time looking and reading and going down dead ends. wound up writing my own. > Hi to All, > > Are there any tools in Perl that I can use to convert an ASN.1 formatted > file to a corresponding XML or CSV format? >

RE: ASN.1 to XML/CSV decoder

2006-06-06 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of GT BAUTISTA, Rodel D. Sent: 06 June 2006 07:40 To: activeperl@listserv.ActiveState.com Subject: ASN.1 to XML/CSV decoder > Hi to All, > > Are there any tools in Perl that I can use to convert an ASN.1 formatted

RE: ASN.1 to XML/CSV decoder

2006-06-06 Thread GT BAUTISTA, Rodel D.
] [mailto:[EMAIL PROTECTED] On Behalf Of GT BAUTISTA, Rodel D.Sent: Tuesday, June 06, 2006 2:40 PMTo: activeperl@listserv.ActiveState.comSubject: ASN.1 to XML/CSV decoder Hi to All,   Are there any tools in Perl that I can use to convert an ASN.1 formatted file to a

ASN.1 to XML/CSV decoder

2006-06-06 Thread GT BAUTISTA, Rodel D.
Title: Message Hi to All,   Are there any tools in Perl that I can use to convert an ASN.1 formatted file to a corresponding XML or CSV format?   I'm currently checking the Convert-ASN1 module by Graham Barr and I have difficulty in understanding the synopsis given in CPAN.   Can

RE: XML encoding question

2006-05-02 Thread Arms, Mike
gt;add_scan_port('1-100 > '); > $scanner->guess_os(); > $scanner->add_target(' 172.16.252.1'); > my $results = $scanner->scan(); > my $xml = $results->as_xml(); > print $xml; > exit 0; > > Result: > Unable to recognise encoding of t

XML encoding question

2006-05-01 Thread Jack Coates
172.16.252.1');my $results = $scanner->scan();my $xml = $results->as_xml(); print $xml;exit 0;Result:Unable to recognise encoding of this document at C:/Perl/site/lib/XML/SAX/PurePerl/EncodingDetect.pm line 96.    172.16.252.1"/>  Document requires an element [Ln: 1, Col: 0]   I get

Re: XML transfer, IO::Socket, IO::Select questions

2006-04-23 Thread Foo JH
Make your life simpler: do a HTTP POST of your XML documents instead. Jack Coates wrote: Hi all, I might be barking up the wrong tree here, so please feel free to tell me there's a better way... I want to transfer some XML files from assorted clients to a server -- this is all running

XML transfer, IO::Socket, IO::Select questions

2006-04-21 Thread Jack Coates
Hi all,I might be barking up the wrong tree here, so please feel free to tell me there's a better way...I want to transfer some XML files from assorted clients to a server -- this is all running in a Windows environment, and the server has IIS on it. The server is going to parse the XML and i

RE: XML transfer, IO::Socket, IO::Select questions

2006-04-21 Thread Jones Robert TTMS Contractor
  Wouldn't it be easier to use the SOAP module?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jack CoatesSent: Friday, April 21, 2006 1:30 PMTo: activeperl@listserv.ActiveState.comSubject: XML transfer, IO::Socket, IO::Select questions Hi

XML::Parser problem

2006-03-19 Thread Petr Vileta
Hallo boys. I'm writing now some code for download XML file, parse it and put into MySQL database but result is other then expected :-( XML file is encoded in windows-1250 codepage, database too but after done in database are stored bad coded every rows where are other then US-

VTD-XML Version 1.5 Released

2006-02-15 Thread Conrad, Bill (ThomasTech)
HI All       Has anyone heard of or used this XML Parser and is anyone working on a PERL support of it?   VTD-XML Version 1.5 Released Eight years after the invention of XML, DOM and SAX, despite their respective issues, are still the mainstays of application developers.? ?So is it the end

RE: VTD-XML Version 1.5 Released

2006-02-15 Thread Conrad, Bill (ThomasTech)
 Pardon the Repeat       The web link on the VTD-XML Documentation was incorrect. It should be       http://vtd-xml.sourceforge.net/    HI All       Has anyone heard of or used this XML Parser and is anyone working on a PERL support of it?   VTD-XML Version 1.5 Released Eight years after

Re: XML from DB - well formed

2006-02-08 Thread Foo Ji-Haw
Mario Sanchez wrote: hello everyone, can you please point me to a package or script that will first determine the columns of a database table, then output well formed XML? condition: i do not know in advance the columns of the table. example output where "field" = actual

XML from DB - well formed

2006-02-08 Thread Mario Sanchez
hello everyone, can you please point me to a package or script that will first determine the columns of a database table, then output well formed XML? condition: i do not know in advance the columns of the table. example output where "field" = actual field name

Re: Trouble to load the XML::LibXML::Common module

2005-10-17 Thread Randy Kobes
On Mon, 17 Oct 2005, Kenneth Chan wrote: One more concern when I ran ppm with the command of "query *" and it said that could not find ParserDetails.ini in c:/Perl/site/lib/XML/SAX However I installed both XML-LibXML-Common.ppd and XML-LibXML.ppd and XML::SAX To get rid of this wa

Re: Trouble to load the XML::LibXML::Common module

2005-10-17 Thread Randy Kobes
d you get these modules? C:\Perl\perlscript>perl parse_number.pl customers.xml Can't load 'c:/Perl/site/lib/auto/XML/LibXML/Common/Common.dll' for module XML:: LibXML::Common: load_file:The specified module could not be found at c:/Perl/lib /DynaLoader.pm line 230. at c:/Perl/sit

Re: Trouble to load the XML::LibXML::Common module

2005-10-17 Thread Kenneth Chan
One more concern when I ran ppm with the command of "query *" and it said that could not find ParserDetails.ini in c:/Perl/site/lib/XML/SAX However I installed both XML-LibXML-Common.ppd and XML-LibXML.ppd and XML::SAX Thanks, Ken On 10/17/05, Randy Kobes <[EMAIL PROTECTED]> w

Re: Trouble to load the XML::LibXML::Common module

2005-10-17 Thread Kenneth Chan
tion has failed to start because zlib1.dll was no found. Re-installing the application may fix this problem" After clicked to "OK" C:\Perl\perlscript>perl parse_number.pl customers.xml Can't load 'c:/Perl/site/lib/auto/XML/LibXML/Common/Common.dll' for module XML:

Re: Trouble to load the XML::LibXML::Common module

2005-10-17 Thread Randy Kobes
On Mon, 17 Oct 2005, Kenneth Chan wrote: Thanks for your instruction. How to install LibXML from ppm package? The short answer is, from a command prompt, C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML-Common.ppd C:\> ppm install http://theoryx5.uwinnipeg.ca/pp

Re: Trouble to load the XML::LibXML::Common module

2005-10-17 Thread Kenneth Chan
2.dll   \include   \lib ppm> install Thanks, Ken On 10/17/05, Petr Pajas <[EMAIL PROTECTED]> wrote: On Monday 17 of October 2005 07:35, Kenneth Chan wrote:> > Hi,> >> > I was trying to run the simple XML validation script, after the> >

Re: Trouble to load the XML::LibXML::Common module

2005-10-16 Thread Kenneth Chan
Hi, I was trying to run the simple XML validation script, after the execution it could not locate loadable object the XML::LibXML::Common. I have download and installed  included the Common.pm( XML-LibXML-Common-0.13.tar.gz ) module from CPAN into the correct directory, but it still gave the

Trouble to load the XML::LibXML::Common module

2005-10-16 Thread Kenneth Chan
Hi, I was trying to run the simple XML validation script, after the execution it could not locate loadable object the XML::LibXML::Common. I have download and installed  included the Common.pm( XML-LibXML-Common-0.13.tar.gz) module from CPAN into the correct directory, but it still gave the error

RE: Data::Dumper and XML::Simple...

2005-10-12 Thread Lincoln, Adym
-Original Message- From: Brian Raven [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:51 AM To: Lincoln, Adym; activeperl@listserv.ActiveState.com Subject: RE: Data::Dumper and XML::Simple... > As you haven't provided an example script that demonstrates your > pr

Re: Data::Dumper and XML::Simple...

2005-10-12 Thread Petr Vileta
mple : # create object $theXML = new XML::Simple; # read XML file $data = $theXML->XMLin ( "./data/mantis-install.xml" ); # print output print Dumper($data); You can try print Data::Dumper->Dump($data); Petr Vileta, Czech republic (My server reject all messages from Yahoo and H

Re: Data::Dumper and XML::Simple...

2005-10-12 Thread Peter Scott
t; # create object > $theXML = new XML::Simple; > # read XML file > $data = $theXML->XMLin ( "./data/mantis-install.xml" ); > # print output > print Dumper($data); You have no use Data::Dumper; -- Peter Sco

RE: Data::Dumper and XML::Simple...

2005-10-12 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln, Adym Sent: 12 October 2005 14:46 To: activeperl@listserv.ActiveState.com Subject: Data::Dumper and XML::Simple... > Hi fellow perl-sters, > > This is a quick one...I hope. I have both Data::Dumper and XML::Sim

Data::Dumper and XML::Simple...

2005-10-12 Thread Lincoln, Adym
Title: Data::Dumper and XML::Simple... Hi fellow perl-sters, This is a quick one...I hope.  I have both Data::Dumper and XML::Simple on my Windoze machine.  I'm working with simple XML files (3 levels or less) and trying to use Data::Dumper to print them to the console.  I found a s

Re: XML Parser question

2005-09-16 Thread eric clark
liam F. Buckley -- From: Steve Dawson <[EMAIL PROTECTED]>To: "activeperl@listserv.ActiveState.com" Subject: Re: XML Parser questionDate: Sat, 17 Sep 2005 01:35:32 +1200MIME-Version: 1.0Received: from listserv.activestate.com ([209.17.183.249]) by mc1-f19.hotmail.com with Microsoft SMT

Re: XML Parser question

2005-09-16 Thread Steve Dawson
- have you stripped it down to just the parser without all the UserAgent stuff and run a local copy of the XML through? - have you looked at XML::Simple, I used it on a project earlier this week and it was really straight forward ___ ActivePerl ma

RE: XML Parser question

2005-09-15 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric clark Sent: 14 September 2005 21:36 To: activeperl@listserv.ActiveState.com Subject: XML Parser question I have this program that uses XML::Parser. The Program runs fine

XML Parser question

2005-09-14 Thread eric clark
I have this program that uses XML::Parser.  The Program runs fine up until the parse() function is called, and then something doesn't seem to work right.  $hashref should be populated with data, but it is empty.  I have checked and made sure that $xmldata contains the proper xml data. 

RE: XML

2005-08-17 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sandeep Deshpande Sent: 17 August 2005 07:12 To: Eko Budiharto; activeperl@listserv.ActiveState.com Subject: RE: XML You would need to install 1) XML Parser, to

RE: XML

2005-08-16 Thread Sandeep Deshpande
You would need to install 1) XML Parser, to check validity of your XML document (e.g XML-Spy or Stylus studio, you can download evaluation versions and purchase either of the products) 2) IE 5.00 or higher version, to check the appearance of document as per stylesheet (I am NOT

XML

2005-08-16 Thread Eko Budiharto
hi list, I have a few questions. 1. (a kind of off-topic) if I would like to learn XML, do I need to install something? Like perl, I have to have perl in my server. What about XML? 2. And then, what XML::Simple module for?   Yahoo! Mail Stay connected, organized, and protected. Take the

RE: XML-RSS install on windows

2005-01-13 Thread Hsu, David
Randy, Thanks. That one installed fine. David -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 10:51 AM To: Hsu, David Cc: ActivePerl@listserv.ActiveState.com Subject: Re: XML-RSS install on windows On Thu, 13 Jan 2005, Hsu, David wrote

Re: XML-RSS install on windows

2005-01-13 Thread Randy Kobes
On Thu, 13 Jan 2005, Hsu, David wrote: > Hi, > > I am trying to install XML::RSS on a Win2K machine. I > have ActiveState ActivePerl 5.8 installed. I obtained the > zip module from > http://ppm.activestate.com/PPMPackages/zips/6xx-builds-only/. > > When I try to i

XML-RSS install on windows

2005-01-13 Thread Hsu, David
Hi, I am trying to install XML::RSS on a Win2K machine. I have ActiveState ActivePerl 5.8 installed. I obtained the zip module from http://ppm.activestate.com/PPMPackages/zips/6xx-builds-only/. When I try to install, I get this error message: Error: no suitable installation target found for

Re: XML::RSS scraping of web pages

2004-10-26 Thread Dougal Campbell
ight be a while, given that they had other priorities. I suggested that XML::RSS -- run by them to scrape their content right off their web pages to convert to RSS -- could get the job done right now. I didn't see any downsides, but they said their techs "cringe" every time they hea

RE: XML::RSS scraping of web pages

2004-10-24 Thread Gary Nielson
n that they had other priorities. I suggested that XML::RSS -- run by them to scrape their content right off their web pages to convert to RSS -- could get the job done right now. I didn't see any downsides, but they said their techs "cringe" every time they hear the word "scraping

Re: XML::RSS scraping of web pages

2004-10-23 Thread Terris Linenbach
out the use of > HTML::TokeParser and XML::RSS to extract headlines and links from web pages. > As far as I am concerned, scraping of a web page is the same as accessing a > web page through a web browser... unless I am missing something... But I was > talking to techies at a big corporation

XML::RSS scraping of web pages

2004-10-23 Thread Gary Nielson
I have a technical/philosophical question about scraping of web pages for RSS feeds. You all helped me a while back in figuring out the use of HTML::TokeParser and XML::RSS to extract headlines and links from web pages. As far as I am concerned, scraping of a web page is the same as accessing a

XML::RSS

2004-10-10 Thread stephane HAbeTT roux
Hello, I have problems with the XML::RSS (1.02) module and ActivePerl (5.8.4.810). Whatever I try, I get Use of uninitialized value in subroutine entry at C:/Perl/site/lib/XML/Parser/Expat.pm line 474. no element found at line 1, column 0, byte -1 at C:/Perl/site/lib/XML/Parser.pm line

XML::RSS and description text

2004-10-08 Thread Gary Nielson
I'm trying to write a script with XML::RSS. Using an example I found on the web, I've gotten it to work getting headlines and links from an html document. But I am having difficulty understanding how to also get the lead paragraphs for a $desc variable. I have looked at the man pages an

RE: Parsing & Updating XML

2004-09-01 Thread joe
> > Wesley True wrote: > >>I am in writing a script to parse and update a xml file used to keep > >>track of changes to documents. I am looking for some feedback on > >>which xml parser to use as far as robustness, ease of use, etc. Any > >>informa

RE: Parsing & Updating XML

2004-09-01 Thread Martin Leese
"Brian Raven" <[EMAIL PROTECTED]> wrote: Wesley True wrote: I am in writing a script to parse and update a xml file used to keep track of changes to documents. I am looking for some feedback on which xml parser to use as far as robustness, ease of use, etc. Any information p

RE: Parsing & Updating XML

2004-09-01 Thread Brian Raven
Wesley True wrote: > > I am in writing a script to parse and update a xml file used to keep > track of changes to documents. I am looking for some feedback on > which xml parser to use as far as robustness, ease of use, etc. Any > information provided would be excellent.

Parsing & Updating XML

2004-09-01 Thread Wesley True
I am in writing a script to parse and update a xml file used to keep track of changes to documents.  I am looking for some feedback on which xml parser to use as far as robustness, ease of use, etc.  Any information provided would be excellent. Thanks, Wes Do you Yahoo!? Express yourself with Y

Re: example of XML::Parser

2004-04-14 Thread Trevor Joerges
There are many different parsers out there. For straight forward XML tag extraction I personally like XML::XPath the most. There are some examples in the pod - try "perldoc XML::XPath". use XML::XPath; use XML::XPath::XMLParser; my $xp = XML::XPath->

example of XML::Parser

2004-04-14 Thread Vitaly S.
Hi all, I'm seeking for the example of the XML::Parser module implementation, or by another words, how to get the values from the simple XML structure (see example below) using XML::Parser (can't figure out it from doc-n) ? value1 value2 value3

Tie::File ....hmmmm - expertise with Tieing Hash/XML requested

2004-03-11 Thread John Pataki
simple XML file. I use Tk:Hlist, some entry widgets, some hashes, and some subroutines to do everything I want to do .. it is working well now.   However, I noticed when testing this onsite at my customer that when reading XML data files that are upwards of 10,000 elements or more -- this takes

XML::Simple()...Add elements...

2003-10-27 Thread Adym Lincoln
Hi all, Working with XML::*? I would like to locate a good code example or tutorial on XML::Simple() ( XML::Anything() really ) where you read in an XML file and then Locate\Delete\Update\ADD data into the xml doc...something like... - Read in an XML document. - Locate and element. - Delete

XML::UM and XML::Encoding ActiveState PPM Errors

2003-07-05 Thread Kurt George Gjerde
In case anybody who has anything to do with the AS repository reads this list... There are errors in the following PPMs: XML::UM - This has a hardcoded path to "/home1/enno/perlModules/XML-Encoding-1.01/maps/" (hi Enno). XML::Encoding - This package is missing the actual mapping

Content-type: text/xml

2003-06-26 Thread V. B. de Haan
Hi list,   this is my script:     print "Conten-type: text/xml\n\n";print <OUTPUTexit;     and this is the output by clicking view>>source:   but in internet explorer I get a blank page, and not the XML source, can someone help me?   Thanks, Vincent

RE: How to write back xml file from XML::Parser data

2002-11-24 Thread King, Jason G
Nikita writes.. >How to write xml file if i have data, parsed by XML::Parser >using 'Tree' style, is there any way to do it? >if no, how can i do it in an easy way? Naah, it's read only. The two main options are to stay with XML::Parser and use XML::Writer to output

How to write back xml file from XML::Parser data

2002-11-24 Thread Nikita Petrov
How to write xml file if i have data, parsed by XML::Parser using 'Tree' style, is there any way to do it? if no, how can i do it in an easy way?   Best reagrds, Nikita Petrov

XML schema validator

2002-10-23 Thread Ted Sung
As an XML newbie, I wanted to play around with XML and Schemas and was wondering if there is module that will validate an XML file with a Schema embedded inside it. Thanks, Ted ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http

RE: XML::Parser...Example Code...

2002-10-09 Thread Adym Lincoln
>-Original Message- >From: Chris Snyder [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 09, 2002 9:16 AM >To: Adym Lincoln; [EMAIL PROTECTED] >Subject: RE: XML::Parser...Example Code... > > >Is this it? http://www.xml.com/pub/a/98/09/xml-perl.html > Chris

RE: XML::Parser...Example Code...

2002-10-09 Thread Chris Snyder
Is this it? http://www.xml.com/pub/a/98/09/xml-perl.html It is dated for 4 years ago, given the rapid evolution of XML I don't know how useful it will be. I found it by searching google for "Using the Perl XML::Parser", quotes included. Chris >Alan, > >Good art

  1   2   >