Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

XML Menu



The editor provides the following actions in the XML Menu:
  • Check XML File: Check if an XML-file is well-formed
  • Validate XML File: Validating an XML file. It also allows to validate the consistency of a Schema
  • Validate against Schema: Validating an XML file against a specified Schema

Validating of checking an XML file will show the check or validation errors in the bottom area. See Validation interface for more information.

Checking if an XML-file is well-formed

The XML => Check XML File allow to check if an XML file is well-formed.

Validating an XML file

The XML => Validate XML File allow to validate an XML file against a local schema. For example:
      <couples xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="couples.xsd"> 
         <name>Jim</name> 
         <name>Diane</name> 
         <name>Bob</name> 
         <name>Helene</name> 
         <name>Ken</name> 
         <name>Mary</name> 
      </couples>
The tool support a limited version of XML catalogs. See Catalogs.

Validating an XML file against a Schema

The XML => Validate against Schema allow to validate an XML file against a specified Schema.

Categories: general

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