- From: John Russell <ve3ll@rac.ca>
- Date: Mon, 18 Aug 2003 19:09:35 -0400 (EDT)
- To: www-amaya@w3.org
- Message-ID: <3F4124B3.622.28D3F4B@localhost>
this simple demo does not validate in w3.org or wdg but somehow parses ok .... should it not throw errors <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>Nesting Test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859- 1" /> </head><body> <ul> <h2>title</h2> <li>list item</li> </ul> </body></html> -- john russell ve3ll@rac.ca [those are L's as in LLAMA] http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>Nesting Test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head><body> <ul> <h2>title</h2> <li>list item</li> </ul> </body></html>
Received on Tuesday, 19 August 2003 03:23:25 UTC