"""
> Most examples in the book do not include such a declaration and yet
are
> properly rendered by Internet Explorer.
> Is it mandatory and why is it that Expat crashes on it?
It's not mandatory but it's probably good practice to make the document
self-contained. The xlink prefix is defined in
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Most examples in the book do not include such a declaration and yet are
> properly rendered by Internet Explorer.
> Is it mandatory and why is it that Expat crashes on it?
It's not mandatory but it's probably good practice to make the
Fredrik Lundh wrote:
>
> adding
>
> xmlns:xlink="http://www.w3.org/1999/xlink";
>
> to the "svg" element should make the problem go away.
Thanks for the tip. It indeed solves the problem.
Most examples in the book do not include such a declaration and yet are
properly rendered by Internet Ex
[EMAIL PROTECTED] wrote:
> I use Elementtree to parse an elementary SVG file (in fact, it is one
> of the examples in the "SVG essentials" book). More precisely, it is
> the fig0201.svg file in the second chapter.
> The contents of the file are as follows (i hope it will be rendered
> correctly):