Daxe
Daxe
Home pageSummaryPage for printing<-->

Definition of the XML language

Element definition

  • XML schema file

    When creating a new config file, the first thing to do is to define the corresponding XML language. This is usually done by specifying an existing XML schema. Schemas must use the W3C syntax (WXS), or the Relax NG one (in XML).

  • Root

    After defining the XML language, it is necessary to give Jaxe one or several possible root elements to use for new documents. The name of the element is specified for each possible root element.

Element tree

Element tree under Language :

  • Language (XML schema file, Root+)
    • XML schema file @name
    • Root @element
Previous pageNext page