Is there any way to use RelaxNG to control content using QNames? To explain, I want to do something like: namespace xs = "http://www.w3.org/2001/XMLSchema" ...
... I seriously doubt. Perhaps it'd be appropriate to sprinkle some schematron in your RNG schema to validate this, if you really want to do it (use QNames in ...
Bruce D'Arcus
bdarcus.lists@...
Jun 7, 2007 6:37 pm
661
... No problem. Just change the text literal values of dataType to be QName literals, thus: namespace xs = "http://www.w3.org/2001/XMLSchema" element scalar {...
Forwarded from Robin Covers news. regards DaveP Converting Annotated RELAX NG Schemas for Use in I-Ds or RFCs Ladislav Lhotka (ed), IETF Internet Draft This...
I'm working on a schema, needing to validate a list of attribute values. I was happy for a colleagues to point out the "list" pattern in RNG (having never...
Bruce D'Arcus
bdarcus.lists@...
Jun 28, 2007 1:54 pm
675
Nevermind. This ... ... ... should be: list { (cs-types)+ } Bruce...
Bruce D'Arcus
bdarcus.lists@...
Jun 28, 2007 1:55 pm
676
... That's a very common mistake. The advantage of requiring the explicit +, so that list { ... } only fragments without also iterating, is that other kinds...
... Right; no quarrel from me. It might help to have such an example in the tutorial though. Bruce...
Bruce D'Arcus
bdarcus.lists@...
Jun 28, 2007 5:30 pm
708
The same errors are still in the 1.1 version of the schema. In fact, in 1.1 two more attributes than were in Dave's fix have the issue. Anybody have insight...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rng-users group. File :...
rng-users@yahoogroups...
Aug 27, 2007 8:26 am
748
Has anyone done any work with the IDPF container format? I've just grabbed the schema from the standard, corrected the really obvious errors and found that it...
... None whatsoever. ... I cannot reproduce your error. My oXygen reports it is valid. So does `jing` (using the schema that came with nxml-mode :-). I realize...
... It occurs to me that asking if anyone could see a hole in the schema would have been an equally valid question :) ... Hmmmm... I think I'd better play some...
... I haven't actually looked at the schema, but the usual reason for that problem is that the schema says EncryptedKey/@Id is of type ID, and then somewhere...
... Ah, bells ring. I had some sort of similar problem with DocBook and you can tell oxygen not to check ID types. thank ee kindly nic -- Nic Gibson Director,...
Hi all, As a Localization Industry Standards Association (LISA: http://www.lisa.org) member, I am soon to start implementing RelaxNG as the schema for a number...
All, I am very sorry for not taking actions against spam. I have just finished three actions. First, this ML is now moderated. Every message has to be...
Folks, I have created schemas for the combination of Atom and its extensions. There are two versions. One version is solely in RELAX NG, while the other uses...
I'm experimenting with documentation of an rng schema that I'm working on. The only tool I could find to produce documentation from rng directly is ...
... What figures are there in your schema? ... Norm Walsh has something he's developed for the definitive guide, docbook v5, rng. I don't think he's released...
... There is, of course, the TEI Guidelines and its chapter on "Documentation Elements", aka ODDs: http://www.tei-c.org/release/doc/tei-p5-doc/html/TD.html. ...
... I don't think I've seen the code. http://www.docbook.org/tdg5/en/html/chapter.html shows the html output though. Content Model chapter ::= etc. regards -- ...
I'm trying to build some high quality schemas to define an interchange format for analytical ultracentrifuge data. The instrument acquires optical (or other)...
... Yes, I talk about X now, I want to refer back to X later. ... Or use cross references to link from one to the other? If you wrote the XML, the annoying...
Hi, A new major version of oXygen is available from our website http://www.oxygenxml.com There are a few Relax NG related additions in oXygen XML editor 9.0: *...
Hi! I've been googling for RNG versions of the DITA schemas without finding anything. Does anyone know of a place where RNG schemas for DITA can be found? I've...
Steinar Bang wrote: [ sorry for the multi-post on RNG List and nXML List, where this question was asked ] ... Actually, that's _position_ 3505. That means the...