Cache

From: Gagnon,Alexis [Montreal] (Alexis.Gagnon@EC.GC.CA)
Date: Thu, Apr 05 2001

  • Next message: Terje Bless: "Re: Cache"

    Date: Thu, 5 Apr 2001 14:37:27 -0400 (EDT)
    Message-ID: <A111E8C316A4D311975200805FE2FCEDD4F2EA@ecmontreal6.mtlmcg.qc.ec.gc.ca>
    From: "Gagnon,Alexis [Montreal]" <Alexis.Gagnon@EC.GC.CA>
    To: "'www-validator@w3.org'" <www-validator@w3.org>
    Subject: Cache
    
    Hi,
    
    is it possible that you use cache on your server ?  I validate a page and
    when I want to validate it again after I made modifications, the same
    mistakes appear again.
    
    For example, I had this mistake :
    <td style="width:18px";vertical-align="top">&nbsp;</td>
                           ^
    
    I changed the line for this :
    <td style="width:18px;vertical-align:top">&nbsp;</td> --> Changed the
    quotation marks and "=" to ":"
    
    and I get the same mistake
    <td style="width:18px";vertical-align="top">&nbsp;</td>
                           ^
    
    Even when I empty my cache (IE5), my history and my cookies, it does the
    same thing, so that's why I think that this problem is on server side.
    
    If it's because of cache on your server, maybe you should de-activate it.
    
    Alexis Gagnon