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 217 - 246 of 1125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
217
I hope this is not a dumb question, but I keep reading that when an instance is validated against a Relax NG schema, there's no need to use a DOCTYPE...
Claudio Greco
claudio_greco
Offline Send Email
Sep 2, 2005
2:11 pm
218
... You still need a DOCTYPE if you use entities or if you want default attribute values. RELAX NG doesn't provide either of those for you. (RNG has a way to...
John.Cowan
johnwcowan
Online Now Send Email
Sep 2, 2005
2:18 pm
219
The interest in microformats (architectural forms by any other name for you old timers) got me thinking about RNG validation of these embedded vocabularies. ...
Norman Walsh
normwalsh
Offline Send Email
Sep 2, 2005
2:50 pm
220
... Yes, there is no restriction at that level, but note that if you write something such as : element div { ( attribute class { "foo" }, content1) | ( ...
Eric van der Vlist
evlist
Online Now Send Email
Sep 2, 2005
3:18 pm
221
... Sure: normal.div = element div { attribute class { string - "vevent"}, ... } BTW, the way to extend this to more than one special case is obvious in...
John.Cowan
johnwcowan
Online Now Send Email
Sep 2, 2005
3:59 pm
222
Thank you to both Eric & John for those quick[1], helpful replies confirming my suspicions. Note ... [1] Eric had replied, John had replied, and Eric had...
Syd Bauman
syd_bauman
Offline Send Email
Sep 3, 2005
2:56 pm
223
/ Eric van der Vlist <vdv@...> was heard to say: [...] ... [...] ... Yep. If you were willing or able to constrain the content model of the ...
Norman Walsh
normwalsh
Offline Send Email
Sep 5, 2005
4:33 pm
224
Hello! Look at this Computing & Internet information directory. URL : http://www.hi-fiweb.com/users/amitha/ Cheers! Amitha...
kathy_tn189
Offline Send Email
Sep 10, 2005
4:59 pm
225
html has an img element, the height attribute can be either 128 or 60% How do I specify this in rng please? <attribute name="height"> <choice> <data...
Dave Pawson
dpawson2000
Offline Send Email
Sep 12, 2005
2:29 pm
226
Hi Dave, ... No, you can't write : <group> <data type="positiveInteger"/> <value>%</value> </group> Each of the "data" or "value" patterns takes a text node...
Eric van der Vlist
evlist
Online Now Send Email
Sep 12, 2005
2:47 pm
227
Hi Eric, ... This is an issue that we'd have liked to be able to address in the SVG RNG. A long while ago I recall something going by the name of "Regular ...
Robin Berjon
sibylia2017
Offline Send Email
Sep 12, 2005
3:13 pm
228
Hi Robin, ... This is still work in progress for the ISO DSDL project, but not in the same "part" :-) ... A looong time ago (3 years), I did a proposal for...
Eric van der Vlist
evlist
Online Now Send Email
Sep 12, 2005
3:33 pm
229
... Each must be 'complete' in itself? Is that it? I.e. there is no combination or sequence allowed? ... Not nice is it:-) ... Are you being too fussy Eric? ...
Dave Pawson
dpawson2000
Offline Send Email
Sep 12, 2005
3:55 pm
230
... Two questions please Eric. 1. Has anyone posted a couple of examples of adding their own data type library? I'd like to add it to the faq, if not actually...
Dave Pawson
dpawson2000
Offline Send Email
Sep 12, 2005
4:08 pm
231
... Yes, exactly. The only combination allowed between data and values (outside a list) is through choice: you can't group (or interleave) them. There would be...
Eric van der Vlist
evlist
Online Now Send Email
Sep 12, 2005
4:09 pm
232
... Exactly. The reason for this is that the interface between an RNG validator and its datatype libraries is deliberately dumbed down. A validator can, in...
John Cowan
johnwcowan
Online Now Send Email
Sep 12, 2005
4:19 pm
233
... I don't think so... Examples that are often mentioned and come to my mind are things such as this value/unit example, dates from the Gregorian calendar in...
Eric van der Vlist
evlist
Online Now Send Email
Sep 12, 2005
4:27 pm
234
... And 1.5) Is this string a valid instance of you given these parameters. ... Yes, that'd be another language. The good thing about simple dumb interfaces is...
Eric van der Vlist
evlist
Online Now Send Email
Sep 12, 2005
4:39 pm
235
... Now I understand. ... Yes, perhaps I'm not that fussy (yet!) ... yes. I guess so. Thanks again Eric. -- Dave Pawson XSLT XSL-FO FAQ. ...
Dave Pawson
dpawson2000
Offline Send Email
Sep 12, 2005
4:57 pm
236
... This is strange. There is O-membership in ISO that does require nothing from national bodies so there are no expenses that must be covered from national...
Jirka Kosek
jirka@...
Send Email
Sep 12, 2005
6:12 pm
237
... Yes. A parameterized version of a type is still a type: integer {minInclusive = "1", maxInclusive = "100"} is just as much of a type as double. -- Real...
John.Cowan
johnwcowan
Online Now Send Email
Sep 12, 2005
6:31 pm
238
... Hmmm... I had read your previous post assuming that you were only speaking of "predefined" types. If by "type" you mean both "parameterized" and predefined...
Eric van der Vlist
evlist
Online Now Send Email
Sep 12, 2005
7:18 pm
239
... You're right. The Datatype Library interface, however, does permit it. So for purely RNG purposes we can say that the only two things permitted are to ask...
John.Cowan
johnwcowan
Online Now Send Email
Sep 12, 2005
7:59 pm
240
I haven't read this whole thread, but why don't you just use a pattern? Bob...
Bob Foster
xmlbob
Offline Send Email
Sep 13, 2005
5:50 am
241
In the distro, there is an example of extending the datatype library There is a file, datatype-sample.rng <element name="balancedString" ...
Dave Pawson
dpawson2000
Offline Send Email
Sep 13, 2005
11:05 am
242
... Yes, that's probably an old example... Eric ... -- Le premier annuaire des apiculteurs 100% XML! http://apiculteurs.info/ ... Eric van der Vlist...
Eric van der Vlist
evlist
Online Now Send Email
Sep 13, 2005
11:09 am
243
... 1. Eric showed the weakness of that for development. 2. I wanted to try the library extension.... which seems not to be working. I have public class px...
Dave Pawson
dpawson2000
Offline Send Email
Sep 13, 2005
12:51 pm
244
... I suspect you have a classpath problem: if you are running jing with -jar, then there is no classpath except jing.jar; not even the current directory is...
John.Cowan
johnwcowan
Online Now Send Email
Sep 13, 2005
3:48 pm
245
Hi John. ... No, I'm running it using the driver class as noted in the docs. I'm unsure as to whether I have enough matches though. 1. Met with a value in the...
Dave Pawson
dpawson2000
Offline Send Email
Sep 13, 2005
5:33 pm
246
Well, I have a working example. Notes below. TOPIC: Datatype libraries in Relax NG DATE:2005-09-14T10:45:38 KEYWORDS:datatypes * Using Relax NG with extension...
Dave Pawson
dpawson2000
Offline Send Email
Sep 14, 2005
10:13 am
Messages 217 - 246 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