diff options
Diffstat (limited to 'app-emacs/nxml-svg-schemas/files/schemas.xml')
-rw-r--r-- | app-emacs/nxml-svg-schemas/files/schemas.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emacs/nxml-svg-schemas/files/schemas.xml b/app-emacs/nxml-svg-schemas/files/schemas.xml new file mode 100644 index 000000000000..baebe4af596c --- /dev/null +++ b/app-emacs/nxml-svg-schemas/files/schemas.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0"> + <!-- This version of the locatingRules does not support having + enough details to distinguish between different SVG versions, + maybe in the future it will. + --> + + <uri pattern="*.svg" typeId="SVG" /> + <namespace ns="http://www.w3.org/2000/svg" typeId="SVG" /> + <documentElement localName="svg" typeId="SVG" /> + + <typeId id="SVG" uri="svg11.rnc" /> +</locatingRules> |