[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A non-XML syntax for RELAX NG
- From: James Clark <jjc@jclark.com>
- To: XML Developers' List <xml-dev@lists.xml.org>
- Date: Fri, 17 Aug 2001 13:34:35 +0700
I've developed an experimental non-XML syntax for RELAX NG. See
http://www.thaiopensource.com/relaxng/nonxml/
It's quite similar in many ways to the type syntax of the current XQuery 1.0
Formal
Semantics Working Draft.
There's an implementation in Java (using JavaCC) that translates into RELAX
NG's XML syntax.
Note that this is NOT an official part of RELAX NG and is NOT a product of
the OASIS RELAX NG TC.
James