Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Schema-sensitive editing in emacs, based on W3C XML Schema? (not RNG)

I just learned, here, about nxml-mode, which, according to the README, is a

major mode for GNU Emacs for editing XML documents. It supports editing well-formed XML documents and also provides schema-sensitive editing of XML documents using RELAX NG Compact Syntax.

Is there a mode that does the same for W3C XML Schema?

If I cannot find such a thing, then is nxml-mode useful to me anyway, assuming I deal strictly with W3C XML Schema and not with Relax-NG?

Related: Schema-aware editing in VIM

like image 530
Cheeso Avatar asked May 27 '09 18:05

Cheeso


1 Answers

Just use XSD to RNG converter, like this

like image 150
Alex Ott Avatar answered Sep 18 '22 07:09

Alex Ott