Hi all, I am trying to get concurrence to work for me. Here is the scenerio: I have a measure element with a mode attribute. when the the mode attribute is...
Hi all, Well now I finally understand cooccurence. but when I do the following: <define name="measure"> <oneOrMore> <element name="measure"> <optional><ref...
Over on the atom list, there is great debate on whether or not <tag>http://example.com</tag> and <tag> http://example.com </tag> are the same. The Atom 1.0...
... W3C XML Schema is quite clear that both are valid... The underlying assumption is that application will normalize spaces (like the XPath normalize-space...
... I think that matching against pattern is done after white-space normalization, so it will not help in this case as anyURI has normalization turned on by...
Jirka Kosek
jirka@...
Aug 5, 2005 4:06 pm
179
... Which is about where the Atom group are. Just trying to find some text to clarify that underlying assumption. The claim ... That's where I'm stuck Eric. I...
... Maybe it would be more clear if you read: http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace anyURI is an atomic datatype that is not derived from string. The...
... The only way to define a datatype that preserves all the spaces is to derive it from xs:string... If you really want a datatype that checks what's specify...
... Noted. Thanks. Eric also said: If you really want a datatype that checks what's specify in the RFCs that define the URI syntax and that you want that this...
... Which kind of failure would he get? Is that very different from the 404 error he can get if he does a typo that doesn't make a URI invalid? I think people...
... <imho/>If it were a clear pointer to 'visible' text, I'd agree. I think that simply because there is nothing to see (ws is not visible) it will be...
... Except relames says: This release supports Schematron constraints to be embedded in the <element> pattern of RELAX NG: <grin/> OK. I lose! The schema has ...
Simple question. Is element p { mixed { ( b | i )* } } always equivalent to (validates the same possible set of nodes as) element p { ( b | i | text )* } and...
Is anyone aware of any automatic document generation tools available to work with RNC source files (or a suitable filter to work with Doxygen)? Thanks. Tom...
... What version of Java are you using? There was a bug in some version of the XMLGregorianCalendar classes that caused this problem, I believe. If you're...
... I had a bunch of date problems with my long-working Jing use for standards tracking. They appeared immediately on installation of Java 1.5 and went away...
... I'm pretty sure it's been fixed. I'll see if I can find out what the official word is. Be seeing you, norm -- Norman Walsh <ndw@...> | Endurance is...
Hi Dave, I already reported the problem as a bug to Sun. The problem is related with the time zone, if you are at GMT+0 then Jing will work with Java 1.5. We...
It is indeed fixed: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6231602 (I expected to receive a notification that the issue was fixed but I have no...
... I wonder what Suns definition of 'fixed' is? Fixed ... but we haven't released the update yet, or.... we have a working version internally so that's OK. ...
Hi, Is there a better way to do namespace s = "http://www.ascc.net/xml/schematron" x = element x {empty} y = element y {empty} z = element z {empty} start = ...