Last Updated: November 2025 Version: 1.0.0
This page describes the advanced features available in the XML Editor.
Schematron validation panel
Schematron lets you create custom validation rules for your XML documents. While XSD schemas validate the structure, Schematron validates business rules - for example, “if field A contains X, then field B must not be empty.”
Save frequently used Schematron files for quick access:
| Learn more: Schematron Support | Favorites System |
Auto-completion suggestions popup
When you type < in the editor, a popup shows only the elements that are valid at your current position based on your XSD schema.
< - A popup appears with valid element optionsWhen you type an opening tag like <element>, the editor automatically adds the closing tag </element> and places your cursor between them.
Learn more: Auto-Completion Guide
Grid editor with data cells
The grid editor displays your XML data in a table format, making it easy to edit structured data.
Changes made in either mode are synchronized automatically.
Screenshot placeholder: Collapsed XML sections
For large XML files, you can collapse sections to focus on what you’re working on:
Tree view sidebar
The tree view shows your XML document as a hierarchical structure:
| Format | Support |
|---|---|
| XSD (XML Schema) | Full support with IntelliSense |
| Schematron | Business rules validation |
| DTD | Not supported |
| RelaxNG | Not supported |
| Previous | Home | Next |
|---|---|---|
| XML Editor | Home | XSD Tools |
| All Pages: XML Editor | XML Features | XSD Tools | XSD Validation | XSLT | FOP/PDF | Signatures | IntelliSense | Schematron | Favorites | Templates | Tech Stack | Licenses |