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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 970 - 999 of 1126   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
973
Bumping this as I got no reply. Is it a stupid question or was it just because it was a couple of days before Christmas? Cheers Jonathan. ...
Jonathan Warren
jonathan.warren@...
Send Email
Jan 6, 2009
2:09 pm
974
... http://books.xmlschemata.org/relaxng/relax-CHP-11-SECT-3.html may help Jonathan. But Christmas could have been the reason :-) regards -- Dave Pawson XSLT...
Dave Pawson
dpawson2000
Offline Send Email
Jan 6, 2009
2:11 pm
975
hello, I have the following issue : I want to specify that XML : <markup value="A B C"> I want the values inside the list to be one of A, B, C or D. That can ...
nico_debeissat
Offline Send Email
Jan 9, 2009
2:45 pm
976
... That's correct. ... No, you need it. Remember you have: textDeriv cx (List p) s = if nullable (listDeriv cx p (words s)) then Empty else NotAllowed In...
James Clark
james_j_clark
Offline Send Email
Jan 10, 2009
4:58 am
977
XML Prague 2009 Call for Papers has been extended until January 16 ... You have the last chance to submit your presentation to XML Prague 2009 ...
Jirka Kosek
jirka@...
Send Email
Jan 13, 2009
12:10 pm
978
I've been happily using jing for years, but recently upgraded to a new version of java lou@benson:~$ java -version java version "1.6.0_10" Java(TM) SE Runtime...
louburnard
Offline Send Email
Jan 17, 2009
12:01 pm
979
... You should be able to avoid the stack overflow error by increasing the stack size. For example: java -Xss2m -jar jing.jar would use a 2Mb stack instead...
James Clark
james_j_clark
Offline Send Email
Jan 17, 2009
12:30 pm
980
Hi all, I am currently learning RelaxNG, and cannot find a way to validate the following XML fragment: <div id="1">A<a href="X"/></div> ( Note the text node...
pmarguinaud
Offline Send Email
Jan 24, 2009
3:21 pm
981
... Not sure what bits of it you want to validate in there, but the chunk of RELAX NG (XML syntax) you posted is not well-formed. If I remove the slassh after...
Syd Bauman
syd_bauman
Offline Send Email
Jan 24, 2009
7:08 pm
982
... When teaching RNG, I explain that elements have one of two types of content model: simple content (a single data or value pattern) or complex content...
John Cowan
johnwcowan
Online Now Send Email
Jan 24, 2009
8:56 pm
983
So you mean that it is not possible to write a RNG which does match the following XML fragment ( and only that XML fragment ): <div id="1">A<a href="X"/></div>...
pmarguinaud
Offline Send Email
Jan 25, 2009
10:54 am
984
... Yes, see below. If you use mixed content, there are limitations on what you can do. As ever, one is left asking what actually you are trying to achieve?...
Sebastian Rahtz
sebastianrahtz
Offline Send Email
Jan 25, 2009
1:08 pm
985
Hi Sebastian, I am designing an XML application. For this purpose, I am looking at the different standards for validating documents. I have to make choices...
pmarguinaud
Offline Send Email
Jan 25, 2009
5:23 pm
986
... One reason is white space. If RELAX NG didn't limit how schemas can constrain mixed content, then you would get similar problems that you got with SGML...
James Clark
james_j_clark
Offline Send Email
Jan 26, 2009
1:53 am
987
... you got ... It is one of the reason I never saw a good use of text nodes. I saw a lot of times configuration files like web.xml : <servlet> ...
nico_debeissat
Offline Send Email
Jan 26, 2009
6:16 pm
988
... I don't think that there is a big difference in storing value (just single value, no mixed content) inside element or attribute. If you don't care about...
Jirka Kosek
jirka@...
Send Email
Jan 26, 2009
6:52 pm
989
... I believe that attributes have their place, as do elements. See http://recycledknowledge.blogspot.com/2008/03/elements-or-attributes.html for my views. --...
John Cowan
johnwcowan
Online Now Send Email
Jan 26, 2009
7:29 pm
990
... Did you see: http://xml.coverpages.org/elementsAndAttrs.html ... Personally, I coerce my content models to ensure that users put prose (human-oriented...
G. Ken Holman
g_ken_holman
Offline Send Email
Jan 27, 2009
1:16 am
991
... http://recycledknowledge.blogspot.com/2008/03/elements-or-attributes.html ... ok, thanks for that, it was not yet published when I made that research but...
nico_debeissat
Offline Send Email
Jan 27, 2009
1:15 pm
992
... You have been talking about storing values not mixed content -- and from that point there is no difference between <servlet> ...
Jirka Kosek
jirka@...
Send Email
Jan 27, 2009
3:04 pm
993
Thanks Dave - that solved my problem related to the namespace! However I now have another problem related to the other declarations xsi:schemaLocation and...
Jonathan Warren
jonathan.warren@...
Send Email
Feb 19, 2009
11:27 am
994
... The element DASINT doesn't have a definition for xsi:schemaLocation attribute? Is it your editor that is inserting that? regards -- Dave Pawson XSLT XSL-FO...
Dave Pawson
dpawson2000
Offline Send Email
Feb 19, 2009
1:38 pm
995
looking at this link in the browser doesn't show it but when you show the source it is there? ...
Jonathan Warren
jonathan.warren@...
Send Email
Feb 19, 2009
4:10 pm
996
2009/2/19 Jonathan Warren <jonathan.warren@...>: 1. Your html emails are (for me) unreadable. Please use plain text. 2. Try using a plain text editor for...
Dave Pawson
dpawson2000
Offline Send Email
Feb 19, 2009
5:43 pm
997
Solved it now based on your previous answer- so thanks. To join this group I ended up having to get a yahoo account- which was a pain in the butt!! This is...
Jonathan Warren
jonathan.warren@...
Send Email
Feb 20, 2009
11:40 am
998
... Greetings. I have the almost the same problem - I want to specify a schema file (converted from RNG compact syntax using TRANG), so that it may be verified...
jmc7479
Offline Send Email
Mar 12, 2009
4:01 pm
999
... Relax simply doesn't have the associated schema within the instance. If you want it, try inserting it (perhaps as an attribute or PI) in the instance, then...
Dave Pawson
dpawson2000
Offline Send Email
Mar 12, 2009
4:47 pm
Messages 970 - 999 of 1126   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