This is a mailing for users of RELAX NG, which is a
simple but powerful schema language for XML. RELAX NG
is used by Open Document, RDF syntax, SVG 1.2, XHTML 2.0,
and so forth.
... Interleaving is complex and fragile enough based on just element names; if it could depend on element attribute values (or content, why not?) as well, it
Hi, A client has persuasive reasons involving backwards compatibility to change a naming convention in an RNG schema I prepared from: <interleave> <alpha/
Whoops. Of course I meant: <interleave> <element name="alpha">.. <element name="beta">.. <element name="gamma">.. .. </interleave> versus <!-- not allowed!?
Hi everyone, I've been trying RELAX NG and Jing for validating legal docs in XML format. One legal doc can refer to many others. And some conflicts maybe