RE: Perl Script for accessing XML file

2004-09-01 Thread Jenda Krynicky
From: "Pothula, Giridhar" <[EMAIL PROTECTED]> To: "Jenda Krynicky" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Please don't do this. I get the mail through the mailing list I don't need to get it directly as well. It gets sorted into the same folder anyway so y

RE: Perl Script for accessing XML file

2004-08-31 Thread Chris Devers
On Tue, 31 Aug 2004, Pothula, Giridhar wrote: I have to read node values present in the XML file(residing on server) from the ASP page using some scripting technology. As I am using Apache web server, I have to use Perl scripting for this req. So, I am trying to write server side script in the ASP

RE: Perl Script for accessing XML file

2004-08-31 Thread Pothula, Giridhar
I do not know the syntax exactly. Any pointer would be appreciated. -Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:26 PM To: [EMAIL PROTECTED]; Pothula, Giridhar Subject: Re: Perl Script for accessing XML file From: "Pothula, Giridhar&quo

Re: Perl Script for accessing XML file

2004-08-31 Thread Jenda Krynicky
From: "Pothula, Giridhar" <[EMAIL PROTECTED]> > Problem: I would like to use PERL script to read the XML file (Text of > the nodes). This is basically to customize the UI skins. All the skin > values like color, images, font etc will be stored in an XML file. > > I would like to read from the XML

Re: Perl Script for accessing XML file

2004-08-31 Thread Chris Devers
On Tue, 31 Aug 2004, Pothula, Giridhar wrote: Do I have use some modules for this to be executed successfully? I am getting a blank page when I run this asp file! I don't know the first thing about ASP programming, sorry. You can try the [EMAIL PROTECTED] list, but I don't know how much expertise

RE: Perl Script for accessing XML file

2004-08-31 Thread Pothula, Giridhar
Thanks Much, GP -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 11:32 AM To: Pothula, Giridhar; [EMAIL PROTECTED] Subject: RE: Perl Script for accessing XML file Pothula, Giridhar wrote: Hi. Top-post please. http://home.in.tum

RE: Perl Script for accessing XML file

2004-08-31 Thread Bob Showalter
view before diving in. > > -Original Message- > From: Bob Showalter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 31, 2004 11:16 AM > To: Pothula, Giridhar; [EMAIL PROTECTED] > Subject: RE: Perl Script for accessing XML file > > Pothula, Giridhar wrote: > > Hi

RE: Perl Script for accessing XML file

2004-08-31 Thread Charles K. Clarkson
From: Bob Showalter wrote: : Pothula, Giridhar wrote: : : Hi All, : : : : I am trying to get a code snippet for the client side Perl : : script in an ASP page which accesses XML file residing on the : : server. : : Hmm, not sure what you mean by "client side". Both AS

RE: Perl Script for accessing XML file

2004-08-31 Thread Pothula, Giridhar
dynamically. Thanks Much, Giridhar -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 11:16 AM To: Pothula, Giridhar; [EMAIL PROTECTED] Subject: RE: Perl Script for accessing XML file Pothula, Giridhar wrote: > Hi All, > > I am trying to g

RE: Perl Script for accessing XML file

2004-08-31 Thread Bob Showalter
Pothula, Giridhar wrote: > Hi All, > > I am trying to get a code snippet for the client side Perl script in > an ASP page which accesses XML file residing on the server. Hmm, not sure what you mean by "client side". Both ASP and Perl are server-side technologies. Anyway, you might want to start