Search the web
Sign In
New User? Sign Up
rng-users · RELAX NG users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 943 - 972 of 1127   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
943
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....
john.madden58
Offline Send Email
Dec 9, 2008
10:33 am
944
... 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?...
Dave Pawson
dpawson2000
Offline Send Email
Dec 9, 2008
10:44 am
945
... 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@...
Send Email
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...
James Clark
james_j_clark
Offline Send Email
Dec 9, 2008
1:06 pm
947
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,...
john.madden58
Offline Send Email
Dec 9, 2008
3:05 pm
948
... 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@...
Send Email
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...
john.madden58
Offline Send Email
Dec 9, 2008
10:49 pm
950
... 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. ...
Jirka Kosek
jirka@...
Send Email
Dec 10, 2008
9:00 am
951
Jirka, I'll take a look. John...
john.madden58
Offline Send Email
Dec 11, 2008
10:34 am
952
Consider the two documents attached to this message. If you attempt to validate testpipe.xml with xproc.rnc, it validates just fine: $ jing -i -c...
Norman Walsh
normwalsh
Offline Send Email
Dec 12, 2008
3:29 pm
953
... This is because a t:output can contain either a Document* or an Any; <root1/> matches Any, but you then have two other elements. -- John Cowan...
John Cowan
johnwcowan
Online Now Send Email
Dec 12, 2008
3:49 pm
954
... *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...
Norman Walsh
normwalsh
Offline Send Email
Dec 12, 2008
5:32 pm
955
... I've found that the name Any is a bad idea; it suggests ANY to us DTD-heads, but it's really AnyOneElement. AnyElement works too. -- John Cowan...
John Cowan
johnwcowan
Online Now Send Email
Dec 12, 2008
5:38 pm
956
I am the creator of SensorML, an international standard for describing sensor systems and processes surrounding the act of measurement. Fo more info on...
Mike Botts
mbotts2003
Offline Send Email
Dec 14, 2008
8:03 am
957
... It's known to be a hard problem, especially with respect to attributes. (Unfortunately I have forgotten the details.) -- Evolutionary psychology is the...
John Cowan
johnwcowan
Online Now Send Email
Dec 14, 2008
5:32 pm
958
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...
Chuck Bearden
cfbearden
Offline Send Email
Dec 18, 2008
8:22 pm
959
... 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 /...
John Cowan
johnwcowan
Online Now Send Email
Dec 18, 2008
8:30 pm
960
... Thanks much. Chuck...
Chuck Bearden
cfbearden
Offline Send Email
Dec 18, 2008
8:48 pm
961
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...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Dec 18, 2008
11:49 pm
962
... Yes. Non-determinism can also make conversion to other schema languages more difficult. ... I think it would be useful to have a specification that -...
James Clark
james_j_clark
Offline Send Email
Dec 19, 2008
1:25 am
963
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@...
Send Email
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...
blaine_simpson
Offline Send Email
Dec 24, 2008
1:50 am
965
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...
James Clark
james_j_clark
Offline Send Email
Dec 24, 2008
7:09 am
966
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...
blaine_simpson
Offline Send Email
Dec 24, 2008
11:43 am
967
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 ...
James Clark
james_j_clark
Offline Send Email
Dec 24, 2008
2:28 pm
968
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...
Tatu Saloranta
cowtowncoder
Offline Send Email
Dec 27, 2008
5:41 am
969
Hmmh. Actually, disregard my previous suggestion: given your stack trace, build is actually using Saxon instead of Xalan (which means you do have additional...
Tatu Saloranta
cowtowncoder
Offline Send Email
Dec 27, 2008
5:46 am
970
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...
blaine_simpson
Offline Send Email
Jan 5, 2009
7:23 am
971
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...
david.siefert
Offline Send Email
Jan 5, 2009
6:30 pm
972
... 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...
Bjoern Hoehrmann
hoermi
Offline Send Email
Jan 5, 2009
6:59 pm
Messages 943 - 972 of 1127   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help