Hi. Thank you for your prompt responses guys. I understood some of what you are saying. Unfortunately I cannot influence the structure of the source xml...
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...
... You want a choice between two values, that choice is expressed in parentheses. I hope the example below helps. . . . . . . . Ken t:\ftemp>type ross.rnc ...
... You're welcome. ... Sounds like this might be a lack of application of Syd's wheel re-invention prevention convention: unless your method is significantly...
In the spirit of teaching a man to fish, though, may I suggest that if you are more familiar with the XML syntax, you write a tiny toy schema that expresses...
Can someone help with this question? I have no familiarity with XSD. John Shipman (john@...), Applications Specialist, NM Tech Computer Center, Speare...
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...
... I believe the source code is available? Is that any help? Or even easier... change from XSD to relax NG? Makes far more sense :-) HTH -- Dave Pawson XSLT...
... That is indeed what the XSD says, except that the element's content is also constrained be hex binary by the xs:extension element, so you should replace...
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. ...
On Wed, 9 Sep 2009, Kiel, Paul (LNG-RDU) wrote: +-- ... +-- If you go this route, it is necessary to be careful about what subset of Relax NG features you use....
... What is more, it is possible to write schemas that *can* be translated, but for which trang lacks sufficient smarts. And it can produce results that are...
... Personally, if this is a case I prefer transforming resulting XSD over bending source RNG. For example Trang generates XSD with all elements defined as...
Jirka Kosek
jirka@...
Sep 9, 2009 7:58 pm
1111
Appreciate these recommendations. The cautionary comments are duly noted and appreciated. However, I'm not after "why" one would do this way, nor "should" it...
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...
... See the usage, you should use something like below: java -jar trang.jar -I rnc -O xsd Request.rnc Request.xsd ... Best Regards, George -- George Cristian...
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...
I don't know VIM's xml-omni-datafile format from a hole in the wall (I'm "emacsuser" on Sourceforge :-), but my instinct is that once you've converted the .rnc...
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...
... For some datatypes, there are commented-out regexp approximations in common.rnc. I infer you are using a non-Java environment. Which environment are you...
Henri Sivonen
hsivonen@...
Sep 23, 2009 11:10 am
1118
Hi Henri 2009/9/23 Henri Sivonen <hsivonen@...> ... emacs, nxml-mode The datatypes seem to be referenced in quite a few places? grep draft *.rnc ...
... There's a placeholder (everything is valid) elisp implementation of the datatype library, so that schema changes aren't needed for nxml- mode: ...
Henri Sivonen
hsivonen@...
Sep 23, 2009 4:56 pm
1120
2009/9/23 Henri Sivonen <hsivonen@...> ... Thanks Henri... next one, how is it used please? nxml-mode shows up with Incorrect schema. Unknown datatype...
... I don't know. Sorry. I have never used nxml-mode. -- Henri Sivonen hsivonen@... http://hsivonen.iki.fi/...
Henri Sivonen
hsivonen@...
Sep 24, 2009 4:06 pm
1122
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, Micah, and Leigh, Sorry for my tardy reply. Here are some comments. First, the use of &= is recommended only when you combine different define...
On Fri, Nov 6, 2009 at 17:45, MURATA Makoto (FAMILY Given) < ... Thanks Makoto. In this case, I was trying to use Jing, not MSV. I don't recall at the moment,...