I ran into this problem when parsing clipart with libxml2.  Would
it be simpler just to say that images must be valid xml?  I
believe that would cover this issue.  There's a tradeoff, of
course, in that you create a new obstacle to contribution, but
considering how much we try to process the images programmatically, I
think this is a relatively minor hurdle.<br>
<br>
Greg<br><br><div><span class="gmail_quote">On 9/15/05, <b class="gmail_sendername">Stephen Silver</b> <<a href="mailto:ocalocal@btinternet.com">ocalocal@btinternet.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ted Gould wrote:<br><br>> For those who don't read my blog (who are you? ;) you might not know<br>> that I've been in a discussion with the Mozilla folks about the SVG<br>> support in Firefox 1.5.  It turns out that some SVG files in OCAL will
<br>> not render in Firefox.  While I disagree with the reason, I think that<br>> OCAL should also fix it this side also.<br>><br>> The reason is that Firefox will not render SVG files without the svg<br>> namespace being declared.  It makes sense that OCAL could add this as
<br>> part of the validation of incoming files.<br>><br>> What do people think?  Should all OCAL files have the namespace<br>> declared?<br><br>Yes, they should.  Failing to declare the namespace can cause problems
<br>in various situations.<br><br>The declaration could be added when the metadata is added to the file.<br>We would still need to fix the files already in the collection that have<br>this problem.  Using my SVGscan script, a list of SVG files that don't
<br>internally declare the namespace can be obtained like this:<br><br>  python svgscan.py -none -warn=no_namespace .<br><br>There are 237 in release 0.17, not counting the 1375 star_*step.svg<br>files.<br><br>--<br>Stephen Silver
<br><br>_______________________________________________<br>clipart mailing list<br><a href="mailto:clipart@lists.freedesktop.org">clipart@lists.freedesktop.org</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/clipart">
http://lists.freedesktop.org/mailman/listinfo/clipart</a><br></blockquote></div><br>