RE: [xsl] readonly attribute problem in validation

Subject: RE: [xsl] readonly attribute problem in validation
From: "Wong Chin Shin" <publicbbs@xxxxxxxxxxxxxxxx>
Date: Tue, 30 Nov 2004 02:53:24 +0800
Well, waddaya know... you're right :)

Thanks Jay, I really missed the obvious.

-----Original Message-----
From: JBryant@xxxxxxxxx [mailto:JBryant@xxxxxxxxx] 
Sent: Tuesday, November 30, 2004 2:07 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] readonly attribute problem in validation

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
[xsl] 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

Current Thread