- From: Budd, Sinclair <s.budd@ic.ac.uk>
- Date: Thu, 18 Apr 2002 11:26:31 +0100
- To: "'John Russell'" <ve3ll@rac.ca>, "'brantgurganus2001@cherokeescouting.org'" <brantgurganus2001@cherokeescouting.org>, "'Diego'" <diego@most-wanted.com>
- Cc: www-amaya@w3.org
Thank you for all responding. I am trying to include a svg fragment in a xhtml document. The following was created by Amaya and views well with Amaya but I cannot get any other browser to display the svg portion. Do you know of a browser that can support the svg fragments? It seems to conform to the requirements below. http://www.w3.org/TR/SVG/conform.html but the w3 xhtml validator does not accept the xmlns for the svg. <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>No title</title> <meta name="generator" content="amaya 5.3, see http://www.w3.org/Amaya/" /> </head> <body> <p>This is a test of included svg fragments</p> <p></p> <p></p> <svg xmlns="http://www.w3.org/2000/svg"> <rect stroke="black" fill="none" y="32px" x="21px" width="402px" height="96px"/> <circle stroke="black" fill="blue" cy="77px" cx="331px" r="34px"/> </svg> </body> </html>
Received on Thursday, 18 April 2002 06:42:38 UTC