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 889 - 918 of 1125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
889
James, I am very happy to see that you are back again! One possible extension of Jing is to expose the schema representation to programmers. Kohsuke has made...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Nov 3, 2008
2:09 am
890
... Thanks. ... There's a schema representation in Trang that is intended to be a general purpose representation of RELAX NG schemas: ...
James Clark
james_j_clark
Offline Send Email
Nov 3, 2008
8:07 am
891
... This is great news! Thank you. ... I'm using a patched version of oNVDL for Validator.nu (http://validator.nu/ ). The source is available from a Subversion...
Henri Sivonen
hsivonen@...
Send Email
Nov 3, 2008
8:23 am
892
... The RELAX NG Datatype Library for HTML5 Datatypes contains a datatype that validates RFC 4646 language tags using IANA registry data. You can see it in...
Henri Sivonen
hsivonen@...
Send Email
Nov 3, 2008
8:33 am
893
... One more thing: * There's a new schema resolver interface that resolves a URI to a Schema object instead of resolving it to an InputSource. This is used to...
Henri Sivonen
hsivonen@...
Send Email
Nov 3, 2008
8:43 am
894
... Hmm. Sounds a bit like a PSVI. Would it be sufficient if this works for a RELAX NG schema only if it is sufficiently deterministic that for a document...
James Clark
james_j_clark
Offline Send Email
Nov 3, 2008
9:46 am
895
... If A, B and C are for different namespaces, then I think the right answer is NVDL. If not, then I would maintain each module as an RNC file that does not ...
James Clark
james_j_clark
Offline Send Email
Nov 3, 2008
9:47 am
896
... I was going to ask whether there's a spec for this, but Google found it for me: http://hsivonen.iki.fi/html5-datatypes/ It's nice to see people taking...
James Clark
james_j_clark
Offline Send Email
Nov 3, 2008
9:48 am
897
James, The RELAX NG TC (most notably Jirka) maintained a web page for future requirements. http://wiki.oasis-open.org/relax-ng/FutureRequirements The first...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Nov 3, 2008
10:43 am
898
James, The process you describe for hand-rolling the assembly is very much like the one I sketched out as a two state pipeline but never implemented Having to...
Sean McGrath
propylonsean
Offline Send Email
Nov 3, 2008
1:02 pm
899
... I'm not sure I see the point of making users write "guard" instead of "include". Presumably "guard" wouldn't be able to contain overrides, or you would...
James Clark
james_j_clark
Offline Send Email
Nov 3, 2008
1:17 pm
900
... Excellent news, James. ... In OASIS RELAX NG TC we put together list of possible features for future version of RELAX NG: ...
Jirka Kosek
jirka@...
Send Email
Nov 3, 2008
1:46 pm
901
I am not sure if I have made myself clear. "guard" is supposed to work together with "include". "guard" is the combination of #ifndef, #define.and #endif. In...
MURATA Makoto
mktmurata
Offline Send Email
Nov 3, 2008
1:52 pm
902
Hi Henri, Henri Sivonen wrote: [...] ... Some of these are implemented in the latest oNVDL http://onvdl.svn.sourceforge.net/viewvc/onvdl/trunk/ I extracted a...
George Cristian Bina
george_bina
Offline Send Email
Nov 3, 2008
1:56 pm
903
... I've misunderstood then. ... Can you give an example? What performs the role of the guard symbol (the thing you test with ifndef)? ... ...
James Clark
james_j_clark
Offline Send Email
Nov 3, 2008
2:02 pm
904
... Here's my initial feedback. ... If we can agree on a simple way to solve the problem. ... This is something I thought about when I was doing TREX, but I...
James Clark
james_j_clark
Offline Send Email
Nov 3, 2008
2:17 pm
905
... I would hope to be able to recover well enough that messages from the subtree are still useful. ... StringBuilder is a Java 5 thing. Is it going to cause...
James Clark
james_j_clark
Offline Send Email
Nov 3, 2008
2:39 pm
906
... I would have thought Java 5 is pretty well established by now? I know I had fun porting Jing to 5, and I'm not the only one. +1 to stay with 5. regards -- ...
Dave Pawson
dpawson2000
Offline Send Email
Nov 3, 2008
3:00 pm
907
... That would be better, of course. Currently, I have a schema module called legacy.rnc that only for avoiding triggering the subtree supression behavior for...
Henri Sivonen
hsivonen@...
Send Email
Nov 3, 2008
3:21 pm
908
... +1. Java 5 has been out for four years now. ... You could, but I don't think performance matters much when you are on the error path of the code. You...
John Cowan
johnwcowan
Online Now Send Email
Nov 3, 2008
3:46 pm
909
... And a good thing too. There is absolutely no reason to publish a variant version of the file, as distinct from keeping a local cache of it. -- John Cowan...
John Cowan
johnwcowan
Online Now Send Email
Nov 3, 2008
6:40 pm
910
... I think your strategy is correct: attempts to include a given schema, as identified by its retrieval URL, more than once are ignored. ... I think the...
John Cowan
johnwcowan
Online Now Send Email
Nov 3, 2008
10:12 pm
911
... A bit, yes. :-) ... Yes, I think so. Though I suppose, given the way the DocBook grammar works, I'd be a little happier if the names of the attributes on...
Norman Walsh
normwalsh
Online Now Send Email
Nov 4, 2008
1:20 am
912
... Giving you the pattern name would be much more problematic than giving you a type annotation from the element/attribute pattern. Pattern names in RELAX NG...
James Clark
james_j_clark
Offline Send Email
Nov 4, 2008
2:04 am
913
... Fair enough. I'm happy to provide the "type" that I want returned as an annotation on the pattern. Happier, in fact, but I was trying to keep the request...
Norman Walsh
normwalsh
Online Now Send Email
Nov 4, 2008
2:09 am
914
[Changing the subject to something more meaningful.] ... Quite so. I got hung up on finding an XML syntax for it. But let's try and work this through. Looking...
James Clark
james_j_clark
Offline Send Email
Nov 4, 2008
2:36 am
915
James, ... Nothing in the RELAX NG specification. However, the xml:id recommendation recommends validation of xml:id against xsd:ID (see D.3 With RELAX NG...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Nov 4, 2008
3:25 am
916
... Sure. 1) a.rnc include "b.rnc" include "c.rnc" 2) b.rnc include "d.rnc" 3) c.rnc include "d.rnc" 4) d.rnc guard "http://www.example.com" X = element foo...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Nov 4, 2008
4:12 am
917
... I understand now. What happens if the include of "d.rnc" contains overrides? James...
James Clark
james_j_clark
Offline Send Email
Nov 4, 2008
4:16 am
918
... Well, I think part of the answer is to educate people that the DTD compatibility specification is optional and you don't have to follow it. In particular,...
James Clark
james_j_clark
Offline Send Email
Nov 4, 2008
4:28 am
Messages 889 - 918 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