You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried using svg.xsd to validate an SVG file created using Inkscape. However, when I try that, I get these errors (using xmlstarlet):
$ xmlstarlet val -e --xsd ~/svg.xsd wz402a.svg
wz402a.svg:18.33: Element '{http://www.w3.org/2000/svg}svg', attribute '{http://www.inkscape.org/namespaces/inkscape}version': The attribute '{http://www.inkscape.org/namespaces/inkscape}version' is not allowed.
wz402a.svg:18.33: Element '{http://www.w3.org/2000/svg}svg', attribute '{http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd}docname': The attribute '{http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd}docname' is not allowed.
wz402a.svg:38.36: Element '{http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd}namedview': This element is not expected.
wz402a.svg - invalid
Am I using the schemata incorrectly?
The text was updated successfully, but these errors were encountered:
I've tried using
svg.xsd
to validate an SVG file created using Inkscape. However, when I try that, I get these errors (usingxmlstarlet
):Am I using the schemata incorrectly?
The text was updated successfully, but these errors were encountered: