This appears to be due to there not being an xmlns spec for
the xlink prefix, but instead counting on the DTD to define
it. At the moment we appear to not be parsing that DTD, and
thus not getting a definition for xlink:href. Simply adding
xmlns:xlink="http://www.w3.org/1999/xlink" to the svg tag is
a work-around.
This appears to be due to there not being an xmlns spec for www.w3. org/1999/ xlink" to the svg tag is
the xlink prefix, but instead counting on the DTD to define
it. At the moment we appear to not be parsing that DTD, and
thus not getting a definition for xlink:href. Simply adding
xmlns:xlink="http://
a work-around.