Where can I find a valid SVG XML Schema (for ecore generation)?

后端 未结 1 879
我在风中等你
我在风中等你 2020-12-19 07:27

I tried importing the SVG XML Schema into EMF, to obtain the SVG metamodel in ecore. However, the import failed due to the schema not being valid: indeed, svg.xsd references

相关标签:
1条回答
  • 2020-12-19 08:17

    The SVG XML Schema you refer to is from an old working draft of svg. There's currently no officially supported XML schema for SVG 1.1. SVG Tiny 1.2 does provide an official RelaxNG schema (which is only for SVG Tiny 1.2, not for all of SVG 1.1). For SVG 1.1 there's a DTD available, but no XML schema.

    See previous discussions and feel free to join in the discussion by sending email to www-svg@w3.org.

    0 讨论(0)
提交回复
热议问题