- From: John Russell <ve3ll@rac.ca>
- Date: Tue, 04 Nov 2003 16:38:40 -0500
- To: www-amaya@w3.org
Received on Tuesday, 4 November 2003 16:36:53 UTC
Another example where parser should bring up error msg but does not ... examples for both html and xhtml are included-- 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></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head><body> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><title>/title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> </body> </html>
Received on Tuesday, 4 November 2003 16:36:53 UTC