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 351 - 380 of 1125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
351 neharai2005@...
neharai2005
Offline Send Email
Nov 1, 2005
9:03 am
352
Hello! Do check the website of the week by visiting http://newwebsitepick.info . The website also says how you can nomiate your website if you have one. ...
Kathy S
kathy_tn189
Offline Send Email
Nov 4, 2005
3:18 am
353
Daniel Cazzulino pointed to the problem of XInclude versus WXS here: http://weblogs.asp.net/cazzu/archive/2005/01/10/XsdAndXInclude.aspx Microsoft ended up...
Uche Ogbuji
uchennaogbuji
Offline Send Email
Nov 11, 2005
5:22 pm
354
... It not only "helps a bit", it's intended to *solve* that problem once and for all. Right back to when namespaces were introduced, the commonest ...
John.Cowan
johnwcowan
Online Now Send Email
Nov 11, 2005
5:36 pm
355
Hi Uche, ... I have dedicated a chapter of my book to this type of issues (http://books.xmlschemata.org/relaxng/relax-CHP-12.html)... With RNG as it stands...
Eric van der Vlist
evlist
Online Now Send Email
Nov 11, 2005
5:51 pm
356
hello, just some thoughts of a RelaxNG user... ... this does work quite well but still is tedious, as one has to remember to put this into *each and every*...
csad7@...
Send Email
Nov 11, 2005
6:14 pm
357
Hi Chris, ... Nice :-) ! ... Another option is to add these attributes through a XSLT transformation or a regular expression! After all, RNG schemas are also...
Eric van der Vlist
evlist
Online Now Send Email
Nov 11, 2005
6:31 pm
358
... The DocBook grammars are built this way too. Not to solve this particular problem, but to make it convenient to add attribute co-constrants and Schematron...
Norman Walsh
normwalsh
Offline Send Email
Nov 11, 2005
6:59 pm
359
HI All, Long story short: The OpenDocument OASIS TC has been talking a lot about metadata in the format for the past couple of months. They seem to be having...
Bruce D'Arcus
bdarcus.lists@...
Send Email
Nov 11, 2005
8:54 pm
360
... One implementation in C# from Enomoto-san. See http://lists.w3.org/Archives/Public/public-schemata-users/2005Oct/0001.html After the Final Draft...
EB2M-MRT@...
mktmurata
Offline Send Email
Nov 12, 2005
10:42 am
361
... Do you have any time estimate when this could happen? ... One of my students will write NVDL implementation in Java as a part of his master thesis. If all...
Jirka Kosek
jirka@...
Send Email
Nov 12, 2005
6:43 pm
362
... I promise to send the FDIS to SC34 by December 24. ... Nice to hear this news! Cheers, Makoto...
EB2M-MRT@...
mktmurata
Offline Send Email
Nov 14, 2005
9:30 am
363
Using relames, todays date With input <div> <define name="db.para.blocks"> <a:documentation>para reductions. db.anchor, db.simpara</a:documentation> <choice> ...
Dave Pawson
dpawson2000
Offline Send Email
Nov 15, 2005
6:27 pm
364
Hi Dave, ... Is div the root of your document, or is it contained in something else? The div element can definitely contain define, but it's not allowed as the...
Robin Berjon
sibylia2017
Offline Send Email
Nov 15, 2005
6:46 pm
365
Hi Robin. ... Something else. <?xml version="1.0" encoding="UTF-8"?> <grammar xmlns:db="http://docbook.org/ns/docbook" ...
Dave Pawson
dpawson2000
Offline Send Email
Nov 15, 2005
7:02 pm
366
simple test case. relames seems to be falling over with an inclusion. 1. main rnc include "rncInc.rnc" { start = mydoc div{ mydoc = element doc { attribute...
Dave Pawson
dpawson2000
Offline Send Email
Nov 16, 2005
11:43 am
367
... I promise to send the FDIS to SC34 by December 24. ... Nice to hear this news! Cheers, Makoto...
MURATA Makoto
mktmurata
Offline Send Email
Nov 19, 2005
5:55 am
368
Hi Could you clarify the status of the RelaxNG port to .net which is referred to as Tenuto? I notice the original project was built in Visual Studio 2002. If I...
keithdavidbrown
Offline Send Email
Nov 22, 2005
3:54 pm
369
... So your question is if there is an RNG validator you can use with .Net? I'm not sure, but I could've sworn there was one or two out there (IIRC, Mono has...
Bruce D'Arcus
bdarcus.lists@...
Send Email
Nov 23, 2005
2:28 pm
370
I'm trying to write a schema for XML-RPC (http://www.xml-rpc.com/). This protocol has been specified a long time ago, at the dawn of XML and is described only...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Dec 2, 2005
1:53 pm
371
Hi Stéphane, Le vendredi 02 décembre 2005 à 14:51 +0100, Stephane Bortzmeyer a ... The error message given by Jing is more meaningful: "E overlapping...
Eric van der Vlist
evlist
Online Now Send Email
Dec 2, 2005
2:14 pm
372
On Fri, Dec 02, 2005 at 03:14:38PM +0100, Eric van der Vlist <vdv@...> wrote ... Thanks, it works. I'm glad I only have two choices :-)...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Dec 2, 2005
2:53 pm
373
... [...] ... Hi Elliot, have you ever found solution to this problem? I just stumbled with this issue and it seems that nothing changed since the last year. ...
Jirka Kosek
jirka@...
Send Email
Dec 10, 2005
5:55 pm
374
I'm currently bitten by what seems to be a bug in libxml2. Emacs' nxml-mode accepts my XML files but libxml2 claims: doc-by-syslog-NOT-YET.entry_xml:36:...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Dec 14, 2005
8:54 pm
375
On Wed, Dec 14, 2005 at 09:54:27PM +0100, Stephane Bortzmeyer <bortzmeyer@...> wrote ... Here are a few files to help reproduce the problem: - the RelaxNG...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Dec 15, 2005
10:21 am
376
On Wed, Dec 14, 2005 at 09:54:27PM +0100, Stephane Bortzmeyer <bortzmeyer@...> wrote ... jing is perfectly happy with my files. So, it really looks like a ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Dec 15, 2005
11:34 am
377
... Hi Stephane, have you managed to compile/run jing with a free java implementation? David...
David Tolpin
dvd@...
Send Email
Dec 15, 2005
12:05 pm
378
On Thu, Dec 15, 2005 at 04:04:47PM +0400, David Tolpin <dvd@...> wrote ... No :-(...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Dec 15, 2005
12:59 pm
379
... "free java implementation"? Is there any other kind? Bob...
Bob Foster
xmlbob
Offline Send Email
Dec 22, 2005
7:36 am
380
... Stephane said earlier that he wouldn't use any tool that requires Sun JDK because it wasn't free, and Stephane would only use free software. Sun JDK is not...
David Tolpin
dvd@...
Send Email
Dec 22, 2005
7:40 am
Messages 351 - 380 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