There is now apparently a market for W3C Schemas hardware validators (http://www.datapower.com/products/xa35.html or ...
Stephane Bortzmeyer
bortzmeyer@...
Jan 4, 2006 1:56 pm
389
On Thu, Dec 22, 2005 at 09:15:01PM -0800, Bob Foster <bob@...> wrote ... Feel free (pun intended) to redefine the English language: Free \Free\...
Stephane Bortzmeyer
bortzmeyer@...
Jan 4, 2006 1:56 pm
390
... Is there a hardware accelerator that validates with W3C Schema faster than RNV on similar hardware with corresponding Relax NG schema? David...
David Tolpin
dvd@...
Jan 4, 2006 2:04 pm
391
On Wed, Jan 04, 2006 at 05:59:39PM +0400, David Tolpin <dvd@...> wrote ... I do not know, I didn't test and, anyway, the benchmark will be difficult...
Stephane Bortzmeyer
bortzmeyer@...
Jan 4, 2006 2:17 pm
392
On Thu, Dec 15, 2005 at 12:34:06PM +0100, Stephane Bortzmeyer <bortzmeyer@...> wrote ... And rnv too. So, it looks like I will have to switch away from ...
Stephane Bortzmeyer
bortzmeyer@...
Jan 4, 2006 2:22 pm
393
... How are you going to assess the feasibility of hardware accelerators for RelaxNG then? David...
David Tolpin
dvd@...
Jan 4, 2006 2:23 pm
394
On Wed, Jan 04, 2006 at 06:22:58PM +0400, David Tolpin <dvd@...> wrote ... I did not want to perform a scientific survey, I just wanted ammunition...
Stephane Bortzmeyer
bortzmeyer@...
Jan 4, 2006 2:27 pm
395
... Hmm. The libxml2 folks are usually pretty responsive to bug reports. If you can send along a test case, you might get a prompt fix. Be seeing you, norm -- ...
On Wed, Jan 04, 2006 at 01:40:01PM -0500, Norman Walsh <ndw@...> wrote ... As I mentioned here, I sent a formal bug report ...
Stephane Bortzmeyer
bortzmeyer@...
Jan 5, 2006 8:21 am
397
Anyone knows one? Before I start running Trang on the DTD here: http://dublincore.org/documents/2001/04/11/dcmes-xml/...
Stephane Bortzmeyer
bortzmeyer@...
Jan 13, 2006 2:44 pm
398
... Well, I'm not sure there is one single representation of DC. If you're interested in using it in the context of RDF, here's an example of how I'm using it...
Bruce D'Arcus
bdarcus.lists@...
Jan 13, 2006 3:26 pm
399
On Fri, Jan 13, 2006 at 10:26:38AM -0500, Bruce D'Arcus <bdarcus.lists@...> wrote ... No, I'm certain there is none. I should have ask a more specific ...
Stephane Bortzmeyer
bortzmeyer@...
Jan 13, 2006 3:51 pm
400
... I'm really open to comments and suggestions on this schema (indeed, I may well be including it in a formal proposal for OpenDocument), but I was really...
Bruce D'Arcus
bdarcus.lists@...
Jan 13, 2006 4:10 pm
401
Hello, I am glad to announce a new release of <oXygen/> XML Editor, version 7 available from http://www.oxygenxml.com There are a few features directly...
application/relax-ng-compact-syntax has been registered at IANA. Pleas see: http://www.iana.org/assignments/media-types/application/ Regards, -- MURATA Makoto...
This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
html-ti8@...
Feb 27, 2006 4:40 am
404
Hi everybody, A new version of oXygen is available from http://www.oxygenxml.com/ Version 7.1 of the <oXygen/> XML Editor adds support for eXist and Berkeley...
Has anyone written a stylesheet to process the output of Trang please? Specifically the output of a DTD to RNG transform? All I'm looking for is a readable...
(Discussion started on atom-syntax, but this is a more general RELAX NG issue, so cross-posting to rng-users.) ... I need datatypes for IRIs in general...
Henri Sivonen
hsivonen@...
Mar 19, 2006 3:41 pm
407
... It's certainly possible to construct a regular expression, a long and complex one, that will match all IRIs and only IRIs (note that "IRI" by itself means...
... Yes, I think so. The definition of xsd:anyURI is pretty broad in Schema 1.0 and in Schema 1.1 it's proposed definition[1] is: [Definition:] anyURI...
... Is an IRI-compliant Jing-compatible datatype library implementation available already? What about absolute IRIs? ... The intended application is Web Apps...
Henri Sivonen
hsivonen@...
Mar 19, 2006 9:16 pm
411
... Wow. "The ·lexical space· of anyURI is finite-length character sequences." It says. So as far as RELAX NG goes (no infoset augmentation), the whole type ...
Henri Sivonen
hsivonen@...
Mar 19, 2006 9:25 pm
412
Hi, ... The reason for that is that some well known URI schemes (WedDav for one) don't respect the RFC that defines the syntax of URIs and that it had been...
Hello, We've been using RELAXNG to create XML Schemas to validate formats and simple ranges up to now, but we're now being asked to do more in depth "business...
... Neither W3C XML Schema nor RELAX NG can cope with rules of that complexity. Schematron, however, is ideal for it. Schematron allows you to write rules...
... You need to use an assertion-based constraint language so that you can assert things to be true or false about the information items in your structured...
Hi, ... This kind of rule can't be expressed with grammar based XML schema languages such as RELAX NG or W3XC XML Schema but should be easy enough to express...