Subject: Re: readonly attribute problem in validation
From: JBryant@xxxxxxxxx
Date: Mon, 29 Nov 2004 12:06:36 -0600
|
When I read that error message, I get the impression that it wants
<input readonly="readonly">
That's totally untested - just an idea.
Jay Bryant
Bryant Communication Services
"Wong Chin Shin" <publicbbs@xxxxxxxxxxxxxxxx>
11/29/2004 11:53 AM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To
<xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
cc
Subject
readonly attribute problem in validation
Hi,
When I run my XSL-transformed code through the XHMTML validator, I get a
complaint saying that 'value of attribute "readonly" cannot be "1"; must
be
one of "readonly"'. I guess that means instead of <input readonly="1"> I
must output it as <input readonly>. However, XSL forbids me to do this, or
at the very least XMLSpy complains like heck when I try to save. How can I
get by this?
Thanks!
Wong
|