On 17/12/2010 20:46, Toby Considine wrote:
> I can read RelaxNG, and can see its power, but*I* am a tool user. I haven't
> found a good authoring / validation tool for RelaxNG, or RNC, (Relax NG
> Compact), w
do you mean authoring the schema? or authoring new xml documents using
an editor customised by the schema? If you mean the latter then
personally I use emacs nxml mode (by some bloke to be found at the start
of these recent threads) although oxygen can also offer context
sensitive help based on a relaxng schema I believe.
For validating documents against a schema I use nxml-mode (emacs lisp)
jing (java) or rnv (C) depending on what I'm doing.
david