XMLmind XML Editor Personal Edition v4.5.1 can be downloaded from http://www.xmlmind.com/xmleditor/download.shtml Professional Edition users, please upgrade...
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...
Hi, I'm trying to validate documents using RELAX NG schemata, and JAXP, but I'm having trouble. In order to isolate my issues, I've created a test case. I have...
Markus Gylling, Micah Dubinko, and I have contributed to the development of an RNG schema for XForms 1.1, which is due to become a W3C Recommendation shortly. ...
Henri has a schema with missing data types at http://syntax.whattf.org/relaxng/ but the datatypes are in java source form only? Has anyone seen a complete...
I've been looking into improving the HTML5 omnicompletion for VIM tonight and I've thought it might be a good idea to parse HTML5 RelaxNG straight into a vim...
hi : when I using trang to translate .rnc to xsd using the command : trang -I ./Request.rnc -O Request.xsd , it's shown the error msg as follows : fatal: at...
Greetings, I have seen people use Relax NG as a logical model, then use Trang to convert to XSD. The XSD is the validation schema - or physical model. This...
Can someone help with this question? I have no familiarity with XSD. John Shipman (john@...), Applications Specialist, NM Tech Computer Center, Speare...
Hi Guys. My attempts at an enumeration for an element value in compact syntax are failing. Can anyone lend a hand? I have something like: ... element...
Hi, I uploaded new builds for Jing and Trang, version 20090818 http://code.google.com/p/jing-trang/downloads/list This version contains all the changes I made...
Hi Guys. I am seeking advice on this. Traditionally I used 'schemaLocation' to reference a w3c schema from my documents. I am porting my schema's to rng's...
Hi, I am a post graduate student from institution of Computer Network and Communication in China. I have come accross some problems when using the RELAXER...
I'm trying to use msv from within an ant script. From the command line I'm using java -jar relames.jar etc What is the main class please, to run it as a normal...
Hello, I'm evaluating the opportunity to use RelaxNG Compact to validate an existing XML format (which is not clearly defined...). Several months ago, I have...
I have a definition that contains a set of attributes that I want to apply to a variety of other types. When applies to the other types I want to be able to...
Hi, I wondered if it's possible in RelaxNG schemas to enforce value constraints. For example: <foo id="12345" /> <bar references="12345" /> Can I somehow...
Hi, I'm fairly new to RelaxNG, and so my apologies in advance if I'm missing something basic. Does the jing command line program take XML schema dataypes into...
I have a rng file that is essentially a flat structure with all elements and attributes referencing named patterns ... e.g., <element name="element_name"> <ref...
I'm converting an RNG schema to RNC using trang-20081028. There are a few RNG files, and a modules/ directory containing others. The top-level RNG files...
RNG users, Good news is that another ISO/IEC standard, ISO/IEC-15909, uses RELAX NG. Bad news is that they are annoyed by the ID/IDREF issue. Cheers, Makoto ...
Hi, How to specify a restriction based on a regular expression with the compact syntax: element test{ attribute version { text } } I want to force a pattern...
Is it possible to expand any xIncludes in a source document prior to validation with Jing please? I.e. as part of the same call to Jing? Seems like a useful...
I am trying to compile a conforming XML schema to an rnc for use with nxml. I do the following: 1. Compile the Xsd to rng with rngconv.jar from the Sun...
Dear Trang users, maybe you know the answer on the following questions: 1) Are nested grammars going to be supported during conversion from RNG to XML Schema?...