Re: I just wanna dump a file to the browser as plain text

2002-01-08 Thread Stephan Tinnemeyer
Just an idea: Curtis mentioned that IE examines the beginning of the document's content to determine the type but I cannot believe that Microsoft is able to make this approach work flawlessly.;=) You may try to simply change the file's extension from 'xml' to 'txt'. Maybe IE is happy when it foun

Re: fulltext search on a cd

2002-01-08 Thread zentara
On Mon, 07 January 2002 08:58:46 -0800, [EMAIL PROTECTED] (Bernd Lach) wrote: >Hello, > >I maybe have a little bit tricky question (for me at least): > >I want to create a fulltext search possibility in a web project >that should be stored on a cd-rom. >the web project consists of html files. >

RE: I just wanna dump a file to the browser as plain text

2002-01-08 Thread Jeremy Vinding
I was hoping that this wasn't the answer, but it's the only thing that seems to work (that I've tried :) ) Thanks a million. > -Original Message- > From: Curtis Poe [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 17:22 > > $xml = encode_entities( $xml ); > print >

Re: I just wanna dump a file to the browser as plain text

2002-01-08 Thread Curtis Poe
--- Jeremy Vinding <[EMAIL PROTECTED]> wrote: > I fell incredibly stupid that I can't get such a simple thing to work. > I'm trying to display the source of XML files without allowing IE to parse > them, but it still is parsing it:( Jeremy, Welcome to the wonderful world "Violating Standards"!

I just wanna dump a file to the browser as plain text

2002-01-08 Thread Jeremy Vinding
I fell incredibly stupid that I can't get such a simple thing to work. I'm trying to display the source of XML files without allowing IE to parse them, but it still is parsing it:( here is the relevant code: sub ShowFile { my $q= shift; my $file = shift; my $fileName = ''

RE: DBI

2002-01-08 Thread Robert Howard
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q207132> Most often, RegSvr32.exe fails because the LoadLibrary , DllRegisterServer , or DllUnregisterServer function fails. LoadLibrary can fail if the DLL is not in the specified path, or if the specified path is incorrect. LoadLibrary can

RE: DBI

2002-01-08 Thread Yegneshwar Virupakshan
Robert, I tried doing exactly what you told and got the following error: LoadLibrary("C:\Perl\site\lib\auto\dbd\oracle\oracle.dll") failed. GetLastError returns 0x0485 What does it mean? Thanks, Yegi --- Robert Howard <[EMAIL PROTECTED]> wrote: > The .dll file may need to be re-registere

RE: DBI

2002-01-08 Thread Robert Howard
The .dll file may need to be re-registered. Try doing the following, and adapt for your particular flavor of Windows: Win9x/NT: 1) Go to Start, Find, Files or Folders. 2) In the Named field, type: regsvr32.exe, Oracle.dll. 3) In the Look In field, make sure it is set to root C: 4) Click Find Now.

RE: 2 Q's, Google and Me - can you spell it out?

2002-01-08 Thread Bob Showalter
> -Original Message- > From: Henk van Ess [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 12:53 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: 2 Q's, Google and Me - can you spell it out? > > > Dear Poec or others, > > I followed the instructions, but the *.cg

DBI

2002-01-08 Thread Yegneshwar Virupakshan
Hi Guys, I have problem in connecting to Oracle using the DBD::Oracle module. I have installed the following components in my PC. 1. Oracle 8i client 2. ActivePerl 5.6.1.630 3. DBI using ppm3 4. DBD-Oracle using ppm3 I can do tnsping to the Oracle Server and also connect to it using sqlplus ses

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-08 Thread Henk van Ess
Dear Poec or others, I followed the instructions, but the *.cgi fails to generate an output. What did I do wrong? Try www.voelspriet.nl/spriet.cgi to see the error. This is the content of the script: #!/usr/bin/perl -wT use strict; use CGI qw/:standard/; use URI::Escape; # if

Re: scheduling

2002-01-08 Thread Kevin Meltzer
man cron Cheers, Kevin On Tue, Jan 08, 2002 at 08:07:04AM -0600, Camilo Gonzalez ([EMAIL PROTECTED]) said something similar to: > Unix IRIX > > -Original Message- > From: Matthew Keen [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 07, 2002 7:28 PM > To: 'Camilo Gonzalez'; [EMAIL PR

RE: scheduling

2002-01-08 Thread Camilo Gonzalez
Unix IRIX -Original Message- From: Matthew Keen [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 7:28 PM To: 'Camilo Gonzalez'; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: scheduling Camilo, What operating System are you ftp'ing from ??? -Original Message- Fr