Re: HMTL 4.01 Transitional

I am just curious. Did you find the solution to your problem ?

* Jany Quintard [Thu, 29/01/2004 at 14:29 +0100]
> * Connie.Bolin@ky.gov [Wed, 28/01/2004 at 16:20 -0500]
> > 
> > when I was validating a web page I received this message
> > 
> > Line 112, column 38: an attribute value literal can occur in an attribute
> > specification list only after a VI delimiter 
> > 
> > <param name="rotatoreffect" value="dissolve"> (this is the code)
> Are you sure that this is the line?
> The DTD says:
> <!ELEMENT param EMPTY>
> <!ATTLIST param
>   id          ID             #IMPLIED
>   name        CDATA          #IMPLIED
>   value       CDATA          #IMPLIED
>   valuetype   (data|ref|object) "data"
>   type        %ContentType;  #IMPLIED
>   >
> 
> Depending on the version, "name" can be or not #REQUIRED, but your code
> seems correct

Jany

Received on Wednesday, 11 February 2004 06:08:08 UTC