* Jakub Wilk <jw...@debian.org>, 2013-01-24, 17:48:
here's how to fix the SVG:

1) apt-get install libxml2-utils sgml-data
2) xmllint --noent openlogo.svg > openlogo-fixed.svg
(Yes it's "noent", not to be confused with "nonet".)
3) Optionally, remove the DTD declaration from the resulting file.

The last two steps could be merged into one:

xmllint --dropdtd --noent openlogo.svg > openlogo-fixed.svg

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130124171737.ga5...@jwilk.net

Reply via email to