[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] db5 svg images
On Thu, 16 Dec 2010 08:55:20 -0800
"Bob Stayton" <bobs@sagehill.net> 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]