This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: XSL SVG?


Quoting Max Dunn <maxdunn@siliconpublishing.com>:

> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]