I just visited http://www.w3.org/XML/ with Amaya 2.0 and did "save as XHTML". Works pretty well: displays as expected in NS4, passes xmlwf checking. But... no need for this: <?xml version="1.0" ?> and it causes some problems with older browsers. The system identifier in the DTD isn't right: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd"> I get 404 at: http://www.w3.org/Profiles/xhtml1-transitional Also: · refers to the DTD; I suppose it's more mnemonic, but I'd rather just use numeric character references. I thought it (·) would cause well-formedness checking to fail, but it doesn't. If I take out the <!DOCTYPE > it does cause well-formedness checking to fail. -- Dan Connolly http://www.w3.org/People/Connolly/Received on Wednesday, 12 May 1999 17:45:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:24 GMT