Re: HMTL 4.01 Transitional

* 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 Thursday, 29 January 2004 08:30:48 UTC