- From: Dave Raggett <dsr@w3.org>
- Date: Fri, 2 Jun 2000 12:55:38 +0100 (GMT Daylight Time)
- To: "Treisch, Chris" <Chris.Treisch@corecomm.com>
- cc: "'html-tidy@w3.org'" <html-tidy@w3.org>, gerald@w3.org
On Tue, 2 May 2000, Treisch, Chris wrote: > My Name is Chris Treisch and I am a consultant at CoreComm. We > are very interested in conforming to w3c standards, but we can > not deploy Tidy for ASP use, as it has issues with some ASP > code. > > I know it is clearly documented about the --> > value="<%=rs("varName")%>" issue, but what are your plans in > releasing a version that deals with these issues a bit more > gracefully? Any suggestions until then? You can avoid problems with the quotemarks by using a single quote mark for the attribute, e.g. value='<%=rs("varName")%>' which should work fine. > Also, what if our organization requires width, align and valign > in <td> tags? Any way to flag them? These are allowed in XHTML in the loose version of the DTD. Regards, -- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett tel/fax: +44 122 578 3011 (or 2521) +44 778 532 0444 (mobile) World Wide Web Consortium (on assignment from HP Labs)
Received on Friday, 2 June 2000 07:55:51 UTC