Upgraded to 20.04 today and, somehow, Document Viewer is not able to open .svg
files. It keeps giving this error. Previously, when I was using 18.04, everything was working fine. No such errors I encountered.
XML parse error: error code=201 (3) in (null):606:15: Namespace prefix xlink for href on image is not defined
EDIT
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="200" height="200">
<image id="image0" width="200" height="200" x="0" y="0"
xlink:href="data:image/png;base64
href
: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/href – Ismael Miguel Aug 07 '20 at 16:43