Next in thread → Next in month →

Re: [docbook-apps] db5 svg images

From
Dave Pawson <>
Date
2010-12-16T18:12:53+00:00
ID
20101216181242.68889074@marge3
Thread
Re: [docbook-apps] db5 svg images
On Thu, 16 Dec 2010 08:55:20 -0800
"Bob Stayton" <> wrote:

> Hi Dave,
> That message is coming from the Saxon graphic size extension, which
> does not understand SVG images.
> 
> http://lists.oasis-open.org/archives/docbook-apps/201003/msg00104.html
> 
> Bob Stayton
> Sagehill Enterprises

Thanks Bob... I think. 
Only half an error then :-)
 http://code.google.com/p/svgweb/
might be worth playing with, though it is alpha.
http://codinginparadise.org/projects/svgweb/docs/QuickStart.html

Using the object tag or embed svg directly. 

<!--[if IE]>
<object src="../svg-files/helloworld.svg" classid="image/svg+xml"
        width="200" height="200"
        id="mySVGObject">
<![endif]-->
<!--[if !IE]>-->
<object data="../svg-files/helloworld.svg" type="image/svg+xml" 
        width="200" height="200"
        id="mySVGObject">
<!--<![endif]-->
</object>

good old IE. 

Lots of constraints currently, but promising. 
Not sure about uploading all the code to the web server though.
That sounds somewhat inhibiting.





-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
Next in thread → Next in month →