Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    validator, errore incomprensibile

    almeno per me :|

    Warning Line 78 column 645: cannot generate system identifier for general entity "ft".
    ...rc="/cgi-bin/Count.cgi?df=sample.dat&ft=4" alt="contatore"></p>An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (. The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (. If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.



    Error Line 78 column 645: general entity "ft" not defined and no default entity.
    ...rc="/cgi-bin/Count.cgi?df=sample.dat&ft=4" alt="contatore"></p>This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Error Line 78 column 647: reference to entity "ft" for which no system identifier could be generated.
    ...="/cgi-bin/Count.cgi?df=sample.dat&ft=4" alt="contatore"></p>This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Info Line 78 column 644: entity was defined here.
    ...src="/cgi-bin/Count.cgi?df=sample.dat&ft=4" alt="contatore"></p>

    Non riesco a capire proprio cosa ci sia che non vada, questo è il pezzo di codice che contiene quella stringa:

    [img]/cgi-bin/Count.cgi?df=sample.dat&ft=4[/img]

    Con una codifica html 4.01 strict


    qualcuno può aiutarmi?

  2. #2
    devi sostituire & con la sua entità "& amp;" --->(senza spazio tra & ed amp



  3. #3
    sono proprio un idiota, a scervellarmi per capire cos'e' che non andasse ed era il semplice riferimento d'entità -.-

    scusatemi :

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.