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 173 - 202 of 1125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
173
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...
Aaron
aamehl
Offline Send Email
Aug 1, 2005
10:27 am
174
Hi all, Well now I finally understand cooccurence. but when I do the following: <define name="measure"> <oneOrMore> <element name="measure"> <optional><ref...
Aaron
aamehl
Offline Send Email
Aug 2, 2005
4:34 am
175
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...
DaveP@...
dpawson2000
Offline Send Email
Aug 5, 2005
2:29 pm
176
... The pattern parameter/facet is your friend. -- John Cowan www.ccil.org/~cowan www.reutershealth.com jcowan@... There are books that are at...
John.Cowan
johnwcowan
Online Now Send Email
Aug 5, 2005
2:38 pm
177
... W3C XML Schema is quite clear that both are valid... The underlying assumption is that application will normalize spaces (like the XPath normalize-space...
Eric van der Vlist
evlist
Offline Send Email
Aug 5, 2005
3:29 pm
178
... 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@...
Send Email
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...
Dave Pawson
dpawson2000
Offline Send Email
Aug 5, 2005
5:03 pm
180
... 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...
Bob Foster
xmlbob
Offline Send Email
Aug 5, 2005
5:31 pm
181
... OK. That's what I'm trying to work around. I can't get James' regex to work, but <element name="test"> <oneOrMore> <element name="uri"> <ref...
Dave Pawson
dpawson2000
Offline Send Email
Aug 5, 2005
5:44 pm
182
Dave> <define name="anyuri"> Dave> <data type="string"> Dave> <param name="pattern">(([a-zA-Z][0-9a-zA-Z Dave> +\-\.]*:)?/{0,2}[0-9a-zA-Z;/?:@&amp;=+$\.\-_! ...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Aug 6, 2005
1:58 am
183
... 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...
Eric van der Vlist
evlist
Offline Send Email
Aug 6, 2005
6:59 am
184
... 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...
Dave Pawson
dpawson2000
Offline Send Email
Aug 6, 2005
11:36 am
185
... 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...
Eric van der Vlist
evlist
Offline Send Email
Aug 7, 2005
9:00 pm
186
... <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...
Dave Pawson
dpawson2000
Offline Send Email
Aug 8, 2005
4:57 pm
187
... 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 ...
Dave Pawson
dpawson2000
Offline Send Email
Aug 8, 2005
6:05 pm
188
Or the whole thing could be viewed as an absurd requirement foisted by the atom spec. Bob Foster...
Bob Foster
xmlbob
Offline Send Email
Aug 8, 2005
8:13 pm
189
... Yes, that's a view. DaveP....
Dave Pawson
dpawson2000
Offline Send Email
Aug 9, 2005
4:41 pm
190
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...
David Sewell
david_sewell
Offline Send Email
Aug 12, 2005
2:53 am
191
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...
Tom Browder
tbrowde
Offline Send Email
Aug 16, 2005
1:17 pm
192
Given, <define name="atomDateConstruct"> <ref name="atomCommonAttributes"/> <data type="dateTime"/> </define> <define name="atomUpdated"> <element...
Dave Pawson
dpawson2000
Offline Send Email
Aug 19, 2005
5:55 pm
193
... 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...
Norman Walsh
normwalsh
Offline Send Email
Aug 19, 2005
6:04 pm
194
... $ java -version java version "1.5.0_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09) Java HotSpot(TM) Client VM (build...
Dave Pawson
dpawson2000
Offline Send Email
Aug 19, 2005
6:08 pm
195
... Not often he's wrong but he's right again. No error showing. Thanks Norm, Tell Sun they need a new clock!! regards DaveP...
Dave Pawson
dpawson2000
Offline Send Email
Aug 19, 2005
6:11 pm
196
... 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...
G. Ken Holman
g_ken_holman
Offline Send Email
Aug 19, 2005
6:16 pm
197
... 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...
Norman Walsh
normwalsh
Offline Send Email
Aug 19, 2005
7:45 pm
198
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...
George Cristian Bina
george_bina
Offline Send Email
Aug 19, 2005
8:14 pm
199
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...
George Cristian Bina
george_bina
Offline Send Email
Aug 19, 2005
9:07 pm
200
... 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. ...
Dave Pawson
dpawson2000
Offline Send Email
Aug 20, 2005
8:38 am
201
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 = ...
Bjoern Hoehrmann
hoermi
Offline Send Email
Aug 28, 2005
6:51 pm
202
I think I'm in too much of a rush and am missing somethign here. Would ( x? & y? & z? ) not do the trick?...
Syd Bauman
syd_bauman
Offline Send Email
Aug 28, 2005
7:14 pm
Messages 173 - 202 of 1125   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