Hi, A new version of oXygen is available from our website http://www.oxygenxml.com The main addition related with Relax NG is support for working with included...
Free service to shorten long URLs, short URL always looks better ! Visitors counter. * Redirection to any page. * Perfect for long Amazon Affiliate URLs. * ...
Hi, A new version of oNVDL is available from http://www.oxygenxml.com/onvdl.html oNVDL is an open source implementation of NVDL (Namespace-based Validation and...
... You missed that the specification only defines the semantics of the simple syntax and the transformation into the simple syntax. In the simple syntax you...
Daniel, ... RELAX NG operates on the XPath 1.0 data model and there is not such a thing in XPath 1.0 as string sequences (there are only string nodes and if...
... After simplification, the only refs left are refs to elements, which are of course complex. All other refs have been removed by inlining (and all inlined...
13 months ago I posted here for help on XHTML 2 validation using the RNG schemas. I am revisiting the problem and running into a snap that has me quite...
(apologies for posting this to rng-users, just want to try to reach all users -- plus maybe list members might be interested in knowing of a stax parser that...
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 ...