Questions tagged [xml-schema]
3 questions
5
votes
1 answer
How do I edit an XML file in Emacs with tag autocompletion from a known XSD schema?
I'd like to use Emacs for XML editing.
A long, long time ago I recall using pSGML to do that.
Now that I've returned to Emacs I'd like to have tag autocompletion and easy navigation in XML files. Unfortunately, pSGML has fallen into disrepair and I…

Deer Hunter
- 161
- 6
4
votes
0 answers
How to disable schema validation in nxml-mode but keep validation of well-formedness?
By default, nxml-mode looks at the name of the root element and decides to validate the document against some schema based on that name.
I would like to disable this and just validate that the document is well-formed, since I edit documents in my…

Lars Haugseth
- 141
- 3
3
votes
0 answers
How to validate nested xml namespaces with associated schemata in nxml?
I often use emacs to edit oozie workflow/coordinator definitions and nxml mode is pretty handy for that. I never bothered much to get more than basic xml validation since schema-based validation seemed too complex to set up for me. But it turns out…

David Ongaro
- 370
- 4
- 13