I hope somebody can help me. In a big RNG project that contains many files, I repeatedly use a particular name-class in various places throughout the project....
... Assuming you have many files, just reference it where wanted, and add it as another pattern in an existing file which matches the constraints you've found?...
... No, unfortunately this is not possible. This is on list of features that could be added to some future version of RELAX NG: ...
Jirka Kosek
jirka@...
Dec 9, 2008 12:03 pm
946
There is so much work to do on Jing/Trang just supporting RELAX NG as is that I am reluctant to invest much effort in implementing possible future features...
I completely understand James' concern. Consider this a vote for increasing the priority of this issue/feature in a future RNG 1.1/Jing 1.1. In the meantiime,...
... If you are using XML syntax of RELAX NG you can use XIncludes. -- ... Jirka Kosek e-mail: jirka@... http://xmlguru.cz ... Professional XML...
Jirka Kosek
jirka@...
Dec 9, 2008 3:09 pm
949
Jirka, I will give XInclude a try. As a follow-up, I looked at the link you gave to a post of James thinking about possible syntax for making nameClasses be...
... Have you look to mails linked from requirements page at OASIS wiki? They show use cases where there is a need for pattern-like behavior for name classes. ...
... *Bonk* Thank you, John. Somehow I looked right past the line number and assumed the problem was up in the p:inlines. Sigh. Be seeing you, norm -- Norman...
I am the creator of SensorML, an international standard for describing sensor systems and processes surrounding the act of measurement. Fo more info on...
... It's known to be a hard problem, especially with respect to attributes. (Unfortunately I have forgotten the details.) -- Evolutionary psychology is the...
In his Relax NG book Eric van der Vlist notes that the reason non-deterministic schema patterns were disallowed in some schema languages was the concern that...
... No, be as non-deterministic as you want. Jing is not a finite-state implementation, so it doesn't have those problems. -- Knowledge studies others /...
If we restrict our concern to validation, non-determinism is not a problem at all even if automata are used internally. The validator only have to maintain a...
... Yes. Non-determinism can also make conversion to other schema languages more difficult. ... I think it would be useful to have a specification that -...
Hi I'm using the MSV validation code and ignoring external documents (i.e dtds) which works well. I'm now getting error messages about invalid uri's such as...
Jonathan Warren
jonathan.warren@...
Dec 22, 2008 5:16 pm
964
Hi. I have a very clean Linux environment, but the build is failing with Sun JDK 1.5 and 1.6: [xslt] : Error! file:/tmp/jing-trang/build.xsl: line 183: Second...
Are you building using the command ./ant (which will make it use the jars in the lib directory, including ant 1.7.1)? If not, try that, after doing ./ant...
Your suggestion doesn't work, but I gave up on Jing-Trang and easily customized Sun's MSV to do what I want. This isn't a trivial environment or installation...
I just did a fresh checkout and build on a Linux machine without any problems. It looks like on your system ant is for some reason using a buggy version of ...
Maybe build would work using Saxon as XSL processor? (since it sounds like this could be some feature of Xalan causing the problem) That's generally a good...
Hmmh. Actually, disregard my previous suggestion: given your stack trace, build is actually using Saxon instead of Xalan (which means you do have additional...
Wrong. Results, as you can see, are nothing like what you said; and I am running with Ant 1.7.1 distro exactly as downloaded from Jakarta. I'm running with a...
This may sound like a stupid question, but I am still relatively new to Relax-NG (~6mo's use). The following RNG schema fragment should really be redundant in...
... Not really, what is "redundant" here is using two <define>s where one would suffice. It is sometimes more convenient to define a pattern in one place and...