First, my apologies if this is the wrong place to post this question. I am hoping that, since XHTML2 and Relax NG are such good friends, I've picked the...
... Unfortunately, the current XHTML2 schema *requires* the presence of an xsi:schemaLocation attribute in the html element containing one or more pairs of...
... Yes, it is. What's happened is that an attribute somewhere is being declared of type ID, and then you are using an "anyAttribute" wildcard and implicitly ...
... Yes, it's really annoying that there is no way to abstract over a name class and give it a name as a whole. One of the real limitations of RNG. -- Andrew...
Hi everybody, Just a quick note to let you know that a new version of oXygen is available from. http://www.oxygenxml.com Version 7.2 adds a number of...
Hi all, is there any reason why <div> isn't allowed everywhere in RelaxNG? The simplification rule for it (just replace it with its children) would seem to...
... One obvious point is that it would be painful to allow it anywhere in compact syntax: what does "anywhere" mean there? -- And through this revolting...
... Ah, good point, I never use RNC so hadn't thought of that. The notion of "anywhere" does indeed get a smidgen hazier there. Based on how the current...
I've been working with the sematics part of the RNG spec and it has struck me that although contexts are paaseed around in the inference rules, but they do not...
Daniel, Contexts are used for datatype validation. For example, Kohsuke implemented a datatype library representing permissible XPath expressions. Such...
Thanks Makoto, If I understand correctly, since the rules are actually working over the infoset (ie abstract syntax tree) namespaces in attribute and tag names...
Hi, Le jeudi 22 juin 2006 à 11:12 +0900, MURATA Makoto (FAMILY Given) a ... Yes, and this is also required for xs:QName. Eric -- GPG-PGP: 2A528005 Curious...
visit, join , forward http://www.studyjava.org/forums/ ... Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min. ...
I'm wondering if anyone has any practical suggestions about whether or not I should consider mixing RNG and schematron. I have a schema to represent citation...
Bruce D'Arcus
bdarcus.lists@...
Aug 1, 2006 3:20 pm
448
... It is very useful feature, highly recommended. ... The former approach is more friendly for editing applications. Editors that support RELAX NG (e.g....
Jirka Kosek
jirka@...
Aug 1, 2006 4:28 pm
449
Bruce, I personally favour the pure RNG approach where practical. Appart from editor support that Jirka mentioned. A the pure rng schema is better for...
Thanks for the comments. I think I've figured out a way to do this. I'll have the normative schema pure RNG, with all the constraints. IIf I end up needing...
Bruce D'Arcus
bdarcus.lists@...
Aug 1, 2006 7:02 pm
451
please join my group : http://groups.yahoo.com/group/myspacelayout ... Do you Yahoo!? Next-gen email? Have it all with the all-new Yahoo! Mail Beta....
I've been attempting to use the jing API to validate files against an rnc schema. Tha API seems to be a little sketchily documented. Can anybody tell me how...
Hi, Linkipedia is a one-stop page for web masters to submit their web sites, exchange links and receive reviews. To find how to list your web site go to ...
earn $100 per day !! join free !! Earn free money! earn daily $100 . join free please go to http://tinyurl.com/y2lxv9 US,CANADA MEMBERS ONLY thanks......
Hi, I am happy to announce the availability of oNVDL - an open source NVDL implementation based on Jing http://www.oxygenxml.com/onvdl.html oNVDL allows to...
I'd like software that reads a RelaxNG grammar and writes out a list of all the possible paths (through parents & children element nodes only) to each leaf...