Subject: RE: XSL SVG?
From: naha@xxxxxxxxxx
Date: Sun, 10 Mar 2002 17:21:53 -0500 (EST)
|
Quoting Max Dunn <maxdunn@xxxxxxxxxxxxxxxxxxxxx>:
> Hi Richard,
>
> I don't think inline SVG is so well implemented: also, you forgot the
> namespace prefix on <line>. With IE and the Adobe SVG viewer, you can
[...]
Amaya (http://www.w3.org/Amaya/) is the only browser I'm aware of that
supports inline SVG. I've not tries any others since last fall though.
Here are the first few lines of the one file I have that contains HTML
with inline SVG.
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:svg="http://www.w3.org/2000/svg">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/>
</head>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|