XML Editor
An XML Editor add-in for MonoDevelop that provides element, attribute, attribute value and namespace completion based on an XML schema.
Features
- Auto-completion for configured schemas:
						- Element.
- Attribute
- Attribute value
- Namespace
 
- XML validation against a schema.
- XML formatting (pretty printing).
- Inferring a schema given an xml document.
- Automatic end element completion.
- Schema configuration:
						- User can add new schemas.
- User can specify a default schema to be associated with a particular file extension.
 
- Running XSL transforms.
- XPath queries.
- Go to schema definition.
Missing Features
- XML element folding.