Frequently Asked Questions (FAQ) on XML Schema / RelaxNG / DTD
What Schema languages can I use to validate my XML documents?
Can I use XML Schema for automatic tag completion?
Can I edit and validate W3C XML schemas?
Can I edit and validate RelaxNG schemas?
What Schema languages can I use to validate my XML documents?
You can use any of the popular schema languages to validate your XML Documents; DTD, XML Schema, RelaxNG and even the
new RelaxNG compact format.
Can I use XML Schema for automatic tag completion?
Yes - You can associate a XML Schema with your XML Document, this allows you to browse the XML Schema, edit XML tag-free
with the Outliner and this XML Schema information can also be used for (strict) tag completion. A Conversion tool is
available to convert a RelaxNG or a DTD document to a W3C XML Schema.
Can I edit and validate W3C XML schemas?
Yes - You can edit the XML Schema in the Editor or Outliner and use the built-in XML Schema Validator to validate
your W3C XML Schema document.
Can I edit and validate RelaxNG schemas?
Yes - You can edit the RelaxNG schema (XML format) in the Editor or Outliner and use the built-in RelaxNG Validator to
validate your RelaxNG schema document.
|