Bernard,

The xmlns:xlink declaration is required. See the SVG spce, section 
5.3.2:

"In all cases, for compliance with the "Namespaces in XML"
Recommendation [XML-NS], an explicit XLink namespace
declaration must be provided whenever one of the above XLink attributes
is used within SVG content. One simple way to
provide such an XLink namespace declaration is to include an xmlns
attribute for the XLink namespace on the outermost 'svg'
element for content that uses XLink attributes. For example:
<svg xmlns:xlink="http://www.w3.org/1999/xlink";...>
<image xlink:href="foo.png" .../>
</svg>"

If you had a DOCTYPE, the xmlns:xlink would be implied as is it defined
as FIXED in the SVG 1.0 DTD.

V.

> beDesprez wrote:
> 
>  Testing my own SVG renderer I am use to compare my outputs to yours
>  with the joined file I got the following results:
>  - Adobe blank output
>  - eSVG black output
>  - WebDraw as my output seems ok
>  - CSIRO blank output
>  - Batik Attribute xlink:href on <image> is required problem with
> namespace
>    support???
>  Hoping that this, will be of interest for you.
>  Best regards
>  Bernard
> 
>             Name: t.svg
>    t.svg    Type: Scalable Vector Graphics (image/svg+xml)
>         Encoding: quoted-printable
> 
>                Name: grid.gif
>    grid.gif    Type: GIF Image (image/gif)
>            Encoding: base64
> 
>     ---------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to