[MonoDevelop] XML Editor

Atsushi Eno atsushi at ximian.com
Sun Feb 26 09:32:43 EST 2006


Hi,

> I spent a bit of time porting over the XML Editor that I previously
> implemented for SharpDevelop, mainly for my own interest.  It's about
> 90% complete and works with MonoDevelop from the repository (revision
> 57256).

Kewl :-)

> Features:
> 
> 1) Element, attribute, attribute value and namespace auto-completion
> for configured schemas.
> 2) XML validation against a schema.
> 3) XML formatting (pretty printing).
> 4) Inferring a schema given an xml document.
> 5) Automatic end element completion.
> 6) Schema configuration
>        a) User can add new schemas.
>        b) User can specify a default schema to be associated with a
> particular file extension.
> 
> Missing Features:
> 
> Running XSL transforms.
> Searching - not currently implemented.
> Displaying the schema annotation.
> Folding.
> 
> Issues:
> 
> 1) A few of the unit tests for the xml completion are broken under
> Mono.  There seem to be some differences between Mono's XmlSchema
> classes and Microsoft's which I have not yet resolved.

If there are bugs in System.Xml.Schema I'd fix them as long as they
are bugs. Can you please file each of them on bugzilla?

Atsushi Eno


More information about the Monodevelop-list mailing list