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...
... http://lists.w3.org/Archives/Public/www-archive/2005Feb/0029.html has a xmllint-based script that should expand all entities; that should make it a lot...
Greetings all (blame Tommie Usdin for directing me here ...). I'm always happy to try out a new technology like Relax, especially when people I respect have...
... you can't mix and match XSD and RELAXNG, no. you'd have to statically convert the XSD to RELAX, which is not always easy. alternatively (and now it gets...
... You can't combine RNG and WXS in one schema, you have to convert WXS to RNG (or vice versa) before combining them together. ... If ISO 19139 defines its...
Jirka Kosek
jirka@...
Nov 28, 2007 9:42 pm
781
... I first tried the approach suggested by Florent Georges, ie. generate the RNC for each DTD into separate directories. Then I tried the script suggested by...
Thanks. I am in fact a user of Tenuto. I use it for it's intended purpose to validate XML, and it works well for me. It doesn't however, do the conversion...
... Use Trang and don't worry about converting "on-the-fly". Is there any particular reason why you require that? Bruce...
Bruce D'Arcus
bdarcus.lists@...
Dec 3, 2007 3:24 pm
786
... This might be a bit over the top, but IKVM allows you to easily run command-line Java applications on .NET, as well as statically compiling Java libraries...