Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

Catalogs


The editor support a limited version of the XML Catalogs specification.

Specifying a catalog

The catalog can be specified in the configuration.

Example

   <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" 
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
            xsi:schemaLocation="urn:oasis:names:tc:entity:xmlns:xml:catalog Catalog.xsd">
      <uri name="http://www.w3.org/2011/04/SCXML/scxml.xsd" uri="schemas/scxml.xsd"/>
      <uri name="http://www.aviation-ia.com/aeec/SupportFiles/661-5/Look.xsd" uri="schemas/Look.xsd"/>  
   </catalog>

Categories: General

Copyright 2006-2016 Hervé. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences