[Ovillo] Error en la validación código XHTML e n W3C

2006-11-14 Thread Jose Manuel Segovia Guisado
Hola a todos.
 
Me estoy volviendo un poco loco con la validación del código en la
herramienta de la W3C (posiblemente porque soy un novato en el tema), y por
eso recurro a vosotros a ver si me podéis ayudar.
 
Realmente me da dos errores que no se por donde cogerlos, os los cuento:
 
1º) Parece ser que estos errores que os pongo a continuación son todos
frutos de este error que me indica el editor: "In XHTML 1.0 Transitional the
tag  cannot contain a tag  ".
 
Error Line 62 column 38: document type does not allow element 
ul" here; assuming missing "li" start-tag.

Error Line 69 column 67: document type does not allow element 
li" here; missing one of "ul", "ol", "menu", "dir" start-tag.
...menuizq_li" onclick="javascript:montre('smenu2');">
The mentioned element is not allowed to appear in the context in
which you've placed it; the other mentioned elements are the only ones that
are both allowed there and can contain the  element mentioned. This might
mean that you need a containing element, or possibly that you've forgotten
to close a previous element. 
One possible cause for this message is that you have attempted to put a
block-level element (such as "" or "") inside an inline element
(such as "", "", or ""). 
No se si es necesario que os pegue todo el chorro de código pero en resumen
es la parte del código del menú que realmente son listas no ordenadas y
dentro de algunas  hay utras  para los submenus. Imagino que ese es
el problema pero yo creía que un submenú se podía hacer así. 
¿Se os ocurre alguna explicación/pista de por donde puede ir el asunto?
 
2º) El segundo error que me indica es con los enlaces, me dice que:
Warning  Line 76 column 124: cannot generate system identifier for general
entity "a".
es/info/ucmp/pags.php?to=Estudiantes&a=directorio&d=0010686.php">
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 "&" (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 æ 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 76 column 124: general entity "a" not defined and no default
entity.
es/info/ucmp/pags.php?to=Estudiantes&a=directorio&d=0010686.php">
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.
Como podréis ver el error es de los links, son links a páginas PHP y parece
ser que no le gusta nada, he leido el artículo relacionado que indica pero
no veo la solución. Los links en el código están puestos así: "http://www.ucq
es/info/ucqp/pags.php?tp=Estudiantes&a=directorio&d=0010686.php">"
¿Sabéis que puedo hacer para que se valide este código?
 
 
Muchas gracias por escuchar las lamentaciones de un novato.
 
Un saludo,
 
Jose.


 
___
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://lists.ovillo.org/mailman/listinfo/ovillo


Re: [Ovillo] Error en la validación código XHTML e n W3C

2006-11-14 Thread felix . zapata
el 2º error es por no parsear la ruta del enlace.. todos los & hay que  
sustituirlos por &

respecto al primero, depende de como estes poniendo la lista o en  
donde la estes incluyendo... tal vez lo estes haciendo dentro de un p

Quoting Jose Manuel Segovia Guisado <[EMAIL PROTECTED]>:

> Hola a todos.
>
> Me estoy volviendo un poco loco con la validación del código en la
> herramienta de la W3C (posiblemente porque soy un novato en el tema), y por
> eso recurro a vosotros a ver si me podéis ayudar.
>
> Realmente me da dos errores que no se por donde cogerlos, os los cuento:
>
> 1º) Parece ser que estos errores que os pongo a continuación son todos
> frutos de este error que me indica el editor: "In XHTML 1.0 Transitional the
> tag  cannot contain a tag  ".
>
> Error Line 62 column 38: document type does not allow element
> ul" here; assuming missing "li" start-tag.
>   
> Error Line 69 column 67: document type does not allow element
> li" here; missing one of "ul", "ol", "menu", "dir" start-tag.
> ...menuizq_li" onclick="javascript:montre('smenu2');">
> The mentioned element is not allowed to appear in the context in
> which you've placed it; the other mentioned elements are the only ones that
> are both allowed there and can contain the  element mentioned. This might
> mean that you need a containing element, or possibly that you've forgotten
> to close a previous element.
> One possible cause for this message is that you have attempted to put a
> block-level element (such as "" or "") inside an inline element
> (such as "", "", or "").
> No se si es necesario que os pegue todo el chorro de código pero en resumen
> es la parte del código del menú que realmente son listas no ordenadas y
> dentro de algunas  hay utras  para los submenus. Imagino que ese es
> el problema pero yo creía que un submenú se podía hacer así.
> ¿Se os ocurre alguna explicación/pista de por donde puede ir el asunto?
>
> 2º) El segundo error que me indica es con los enlaces, me dice que:
> Warning  Line 76 column 124: cannot generate system identifier for general
> entity "a".
> es/info/ucmp/pags.php?to=Estudiantes&a=directorio&d=0010686.php">
> 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 "&" (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 æ 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 76 column 124: general entity "a" not defined and no default
> entity.
> es/info/ucmp/pags.php?to=Estudiantes&a=directorio&d=0010686.php">
> 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.
> Como podréis ver el error es de los links, son links a páginas PHP y parece
> ser que no le gusta nada, he leido el artículo relacionado que indica pero
> no veo la solución. Los links en el código están puestos así: " Prácticas para estudiantes" target="_blank" href="http://www.ucq
> es/info/ucqp/pags.php?tp=Estudiantes&a=directorio&d=0010686.php">"
> ¿Sabéis que puedo hacer para que se valide este código?
>
>
> Muchas gracias por escuchar las lamentaciones de un novato.
>
> Un saludo,
>
> Jose.
>
>
>
> ___
> Lista de distribución Ovillo
> Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
> Puedes modificar tus datos o desuscribirte en la siguiente   
> dirección: http://lists.ovillo.org/mailman/listinfo/ovillo
>



___
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://lists.ovillo.org/mailman/listinfo/ovillo


Re: [Ovillo] Error en la validación código XHTML e n W3C

2006-11-14 Thread Pablo Suarez León
a)
Para poder poner un ul dentro de otro ul tienes que ponerlo dentro de un li, 
esto es:
 MAL
 BIEN

b)
Los & en las urls tienes que codificarlos como &

Pablo Suárez León
Analista 
  Programador
Technosite
Grupo Fundosa
Tfno: 91-121.03.54
Fax: 
  91-3.75.70.51
www.technosite.es [http://www.technosite.es/]


-Original Message-

From: "Jose Manuel Segovia Guisado" <[EMAIL PROTECTED]>

To: 

Date: Tue, 14 Nov 2006 10:58:03 +0100 (Hora estándar romance)

Subject: [Ovillo] Error en la validación código XHTML en W3C




Hola a todos.

 

Me estoy volviendo un poco loco con la validación del código en la

herramienta de la W3C (posiblemente porque soy un novato en el tema), y por

eso recurro a vosotros a ver si me podéis ayudar.

 

Realmente me da dos errores que no se por donde cogerlos, os los cuento:

 

1º) Parece ser que estos errores que os pongo a continuación son todos

frutos de este error que me indica el editor: "In XHTML 1.0 Transitional the

tag  cannot contain a tag  ".

 

Error Line 62 column 38: document type does not allow element 

ul" here; assuming missing "li" start-tag.



Error Line 69 column 67: document type does not allow element 

li" here; missing one of "ul", "ol", "menu", "dir" start-tag.

...menuizq_li" onclick="javascript:montre('smenu2');">

The mentioned element is not allowed to appear in the context in

which you've placed it; the other mentioned elements are the only ones that

are both allowed there and can contain the  element mentioned. This might

mean that you need a containing element, or possibly that you've forgotten

to close a previous element. 

One possible cause for this message is that you have attempted to put a

block-level element (such as "" or "") inside an inline element

(such as "", "", or ""). 

No se si es necesario que os pegue todo el chorro de código pero en resumen

es la parte del código del menú que realmente son listas no ordenadas y

dentro de algunas  hay utras  para los submenus. Imagino que ese es

el problema pero yo creía que un submenú se podía hacer así. 

¿Se os ocurre alguna explicación/pista de por donde puede ir el asunto?

 

2º) El segundo error que me indica es con los enlaces, me dice que:

Warning  Line 76 column 124: cannot generate system identifier for general

entity "a".

es/info/ucmp/pags.php?to=Estudiantes&a=directorio&d=0010686.php">

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 "&" (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 æ 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 76 column 124: general entity "a" not defined and no default

entity.

es/info/ucmp/pags.php?to=Estudiantes&a=directorio&d=0010686.php">

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.

Como podréis ver el error es de los links, son links a páginas PHP y 
parece

ser que no le gusta nada, he leido el artículo relacionado que indica pero

no veo la solución. Los links en el código están puestos así: "http://www.ucq 
[http://www.ucq/]

es/info/ucqp/pags.php?tp=Estudiantes&a=directorio&d=0010686.php">"

¿Sabéis que puedo hacer para que se valide este código?

 

 

Muchas gracias por escuchar las lamentaciones de un novato.

 

Un saludo,

 

Jose.





 

___

Lista de distribución Ovillo

Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org

Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://lists.ovillo.org/mailman/listinfo/ovillo 
[http://lists.ovillo.org/mailman/listinfo/ovillo]
___
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://lists.ovillo.org/mailman/listinfo/ovillo


Re: [Ovillo] Error en la validación código XHTML e n W3C

2006-11-14 Thread Jose Manuel Segovia Guisado
Pablo, he leído tú respuesta ahora mismo y ya había mandado todo el chorizo
del código, pero creo que como verás es justo ese mi error.
 
Muchas gracias gracias por la ayuda.
 
Un saludo.
 
Jose. 
 
---Original Message---
 
From: Pablo Suarez León
Date: 14/11/2006 11:07:22
To: Ovillo, la lista de CSS en castellano
Subject: Re: [Ovillo]Error en la validación código XHTML en W3C
 
a)
Para poder poner un ul dentro de otro ul tienes que ponerlo dentro de un li,
esto es:
 MAL
 BIEN
 
b)
Los & en las urls tienes que codificarlos como &
 
Pablo Suárez León
Analista
  Programador
Technosite
Grupo Fundosa
Tfno: 91-121.03.54
Fax:
  91-3.75.70.51
www.technosite.es [http://www.technosite.es/]
 
 
-Original Message-
 
From: "Jose Manuel Segovia Guisado" <[EMAIL PROTECTED]>
 
To: 
 
Date: Tue, 14 Nov 2006 10:58:03 +0100 (Hora estándar romance)
 
Subject: [Ovillo] Error en la validación código XHTML en W3C
 
 
 
 
Hola a todos.
 
 
 
Me estoy volviendo un poco loco con la validación del código en la
 
herramienta de la W3C (posiblemente porque soy un novato en el tema), y por
 
eso recurro a vosotros a ver si me podéis ayudar.
 
 
 
Realmente me da dos errores que no se por donde cogerlos, os los cuento:
 
 
 
1º) Parece ser que estos errores que os pongo a continuación son todos
 
frutos de este error que me indica el editor: "In XHTML 1.0 Transitional the
 
tag  cannot contain a tag  ".
 
 
 
Error Line 62 column 38: document type does not allow element
 
ul" here; assuming missing "li" start-tag.
 

 
Error Line 69 column 67: document type does not allow element
 
li" here; missing one of "ul", "ol", "menu", "dir" start-tag.
 
...menuizq_li" onclick="javascript:montre('smenu2');">
 
The mentioned element is not allowed to appear in the context in
 
which you've placed it; the other mentioned elements are the only ones that
 
are both allowed there and can contain the  element mentioned. This might
 
mean that you need a containing element, or possibly that you've forgotten
 
to close a previous element.
 
One possible cause for this message is that you have attempted to put a
 
block-level element (such as "" or "") inside an inline element
 
(such as "", "", or "").
 
No se si es necesario que os pegue todo el chorro de código pero en resumen
 
es la parte del código del menú que realmente son listas no ordenadas y
 
dentro de algunas  hay utras  para los submenus. Imagino que ese es
 
el problema pero yo creía que un submenú se podía hacer así.
 
¿Se os ocurre alguna explicación/pista de por donde puede ir el asunto?
 
 
 
2º) El segundo error que me indica es con los enlaces, me dice que:
 
Warning  Line 76 column 124: cannot generate system identifier for general
 
entity "a".
 
.es/info/ucmp/pags.php?to=Estudiantes&a=directorio&d=0010686.php">
 
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 "&" (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 æ 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 76 column 124: general entity "a" not defined and no default
 
entity.
 
.es/info/ucmp/pags.php?to=Estudiantes&a=directorio&d=0010686.php">
 
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.
 
Como podréis ver el error es de los links, son links a páginas PHP y
parece
 
ser que no le gusta nada, he leido el artículo relacionado que indica pero
 
no veo la solución. Los links en el código están puestos así: "http://www.ucq
[http://www.ucq/]
 
es/info/ucqp/pags.php?tp=Estudiantes&a=directorio&d=0010686.php">"
 
¿Sabéis que puedo hacer para que se valide este código?
 
 
 
 
 
Muchas gracias por escuchar las lamentaciones de un novato.
 
 
 
Un saludo,
 
 
 
Jose.
 
 
 
 
 
 
 
___
 
Lista de distribución Ovillo
 
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
 
Puedes mod

Re: [Ovillo] Error en la validación código XHTML e n W3C

2006-11-14 Thread Jose Manuel Segovia Guisado
 Muchas gracias por tú rápida respuesta.
 
Como dices sustituiré todos los & por & (no se muy bien que es parsear
pero me documentaré). Gracias.
 
Y lo de lista, la incluyo a continuación pero creo que no he puesto p. La
verdad que es la priera vez que hago un menú con listas así que he podido
meter la pata en mil sitios. Aquí va el chorizo:
 

 Menu:
 Portal
 
  
   

 Empleo
   
  
   
Comisión
Continua
Consejo
Escuela
IE
   
  
   

 Servicios
   
  
   
http://www.uqt
es/info/uqtp/pags.php?tp=Estudiantes&a=directorio&d=0010686.php">
Prácticas para estudiantes
http://www.uqt
es/info/uqt/pags.php?tp=Titulados&a=directorio&d=0010691.php">
Bolsa
http://www.uqt
es/info/uqt/pags.php?tp=Titulados&a=directorio&d=0009611.php">
Programa
Foros
Fundación
Campañas
   
  
   
Emprende
   
  
  
   

 Público
   
  
   
http://www.uqt
es/info/uqt/pags.php?tp=uqt%uqt&a=directorio&d=0008315.php">
Oposiciones y concursos
http://www.uqt
es/info/uqt/pags.php?tp=Personal%20y%uqt&a=servicios/uqt&d=men00052.php">
Convocatorias
   
  
   

 Acceso
   
  
   
http://www.uqt
es/info/uqt/pags.php?tp=uqt/%uqt&a=directorio&d=0010688.php">
Ofertas
http://www
ucmuqtes/info/uqt/pags.php?tp=uqt/%uqt&a=directorio&d=0009966.php">
práctica 
http://www.uqt
es/info/uqt/pags
php?tp=uqt%uqt%20/%20Perfiles%20y%20%uqt%20de%20Inserción%uqt&a=directorio&d=
008336.php">
Perfiles
Acceso
   
  
   
Guía
   
  
  
   

 Planificación
   
  
   
Prácticas
Idiomas
Informática
Formación 
Competencias
   
  
   
Insercción
   
  
  
   

 Primer
  
   
La carta de presentación
El CVitae
La entrevista
Pruebas
Contratos
   
  
   
Algo más
  
  
   
Auto
   
  
  
   
Actividades
   
  
  
   
Contacto
   
  
  
   
Ayuda
   
  
 
 
 
  La empresa
  
   
   Nuestra
   
   Centros
   
   Acceso
   
   Investigación
   
   Programas
   
   Específicas
  

 
Muchas gracias por la ayuda.
 
---Original Message---
 
From: [EMAIL PROTECTED]
Date: 14/11/2006 11:03:08
To: ovillo@lists.ovillo.org
Subject: Re: [Ovillo]Error en la validación código XHTML en W3C
 
el 2º error es por no parsear la ruta del enlace.. todos los & hay que
sustituirlos por &
 
respecto al primero, depende de como estes poniendo la lista o en
donde la estes incluyendo... tal vez lo estes haciendo dentro de un p
 
Quoting Jose Manuel Segovia Guisado <[EMAIL PROTECTED]>:
 
> Hola a todos.
>
> Me estoy volviendo un poco loco con la validación del código en la
> herramienta de la W3C (posiblemente porque soy un novato en el tema), y
por
> eso recurro a vosotros a ver si me podéis ayudar.
>
> Realmente me da dos errores que no se por donde cogerlos, os los cuento:
>
> 1º) Parece ser que estos errores que os pongo a continuación son todos
> frutos de este error que me indica el editor: "In XHTML 1.0 Transitional
the
> tag  cannot contain a tag  ".
>
> Error Line 62 column 38: document type does not allow element
> ul" here; assuming missing "li" start-tag.
> 
> Error Line 69 column 67: document type does not allow element
> li" here; missing one of "ul", "ol", "menu", "dir" start-tag.
> ...menuizq_li" onclick="javascript:montre('smenu2');">
> The mentioned element is not allowed to appear in the context
in
> which you've placed it; the other mentioned elements are the only ones
that
> are both allowed there and can contain the  element mentioned. This might
> mean that you need a containing element, or possibly that you've forgotten
> to close a previous element.
> One possible cause for this message is that you have attempted to put a
> block-level element (such as "" or "") inside an inline element
> (such as "", "", or "").
> No se si es necesario que os pegue todo el chorro de código pero en
resumen
> es la parte del código del menú que realmente son listas no ordenadas y
> dentro de algunas  hay utras  para los submenus. Imagino que ese
es
> el problema pero yo creía que un submenú se podía hacer así.
> ¿Se os ocurre alguna explicación/pista de por donde puede ir el asunto?
>
> 2º) El segundo error que me indica es con los enlaces, me dice que:
> Warning  Line 76 column 124: cannot generate system identifier for general
> entity "a".
> es/info/u