Is it possible to make nXML mode more convenient for web development?
Specifically:
<? ... ?>
bits as if they didn't exist I'd rather not use a multi-mode
Regarding point 2, the vacuous schema is supposed to do that, but it gets confused when there is no root element. A quick fix is to wrap everything in a tag with any name
A better fix still, might be to write a script that will:
<temporary-root-tag>
in the beginning of the documentSetting (rng-validate-mode 0)
is probably a good start.