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...
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@...
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...
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 ...
... 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...
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@...
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...
... 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...
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...
... 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...
... 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...
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>...
... 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?...
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...
... 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...
... 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@...
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. --...
... Did you see: http://xml.coverpages.org/elementsAndAttrs.html ... Personally, I coerce my content models to ensure that users put prose (human-oriented...
... 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...
... You have been talking about storing values not mixed content -- and from that point there is no difference between <servlet> ...
Jirka Kosek
jirka@...
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@...
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...
looking at this link in the browser doesn't show it but when you show the source it is there? ...
Jonathan Warren
jonathan.warren@...
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...
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@...
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...
... 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...