RE: local validator and temp files?

Thanks for clarifying - however after about 20hrs work
16 of which have been spent trying to find out why
D:/perl/site/lib/auto/SGML/Parser/OpenSP/OpenSP.dll
(which does exist) fails to load I've given up

The last thing I tried was 'print' statement either side of line 64 in
XSLoadr.pm
I can see all of the preceding files loading successfully
However when 'check.pl' issues the 'use SGML:Parser::OpenSP' statement
It fails - and nobody seems to be able to offer any clues as to why

Allan Smith
Webmanager
 
Support Telford Steam Railway for free when shopping online with over 400
brand-name retailers including:-
 Amazon, NEXT, M&S, John Lewis, Debenhams, HMV, The Body Shop, Vodafone,
DELL, Woolworths, PLAY.com, Interflora and Comet amongst many others...
TSR Easyfundraisning


-----Original Message-----
From: www-validator-request@w3.org [mailto:www-validator-request@w3.org] On
Behalf Of Ville Skyttä
Sent: 24 September 2007 17:21
To: www-validator@w3.org
Subject: Re: local validator and temp files?


On Monday 24 September 2007, Allan Smith wrote:
> Ville Skyttä said that local validator does not use Temp files.

No, I didn't.  I said templates are cached in memory, and the result page is

constructed in-memory too before it is sent out.

To expand on that a bit, validator's code (the "check" script) does not 
currently directly use temporary files, nor does it instruct anything else
to 
use them either.  However, the other Perl modules it pulls in (or the
modules 
they in turn pull in or Perl itself) may however do what they want 
internally, and it's quite likely that OpenSP.pm is not the only one thing
in 
the chain of dependencies using temporary files the way they see fit.

Received on Monday, 24 September 2007 18:18:07 UTC