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...
... Both of them, unfortunately in slightly incompatible ways. IIRC, one automatically associates each rule with the RELAX NG context it appears in, whereas...
Thanks John! We automatically build our RNG schemas, about 200, based on business rules in Oracle tables. I'm hoping i can continue on that theme by putting...
... Do you have an example schema that Jing supports by executing the embedded Schematron assertions? I have only managed to use Schematron in Jing by feeding...
Henri Sivonen
hsivonen@...
Mar 22, 2006 5:18 am
421
... I've totally missed that. No mention of it at http://www.thaiopensource.com/relaxng/jing.html ? Could someone provide an example please? regards -- Dave...
Web Forms 2.0 has an attribute (form) that takes a list of IDs or the empty string (to denote that the form control is not associated with any form--not even...
Henri Sivonen
hsivonen@...
Apr 4, 2006 7:42 am
423
... Doh. I meant attribute form { "" | xsd:IDREFS } -- Henri Sivonen hsivonen@... http://hsivonen.iki.fi/...
Henri Sivonen
hsivonen@...
Apr 4, 2006 8:04 am
424
Hi, ... This is forbidden per the first bullet point of the spec (http://relaxng.org/compatibility-20011203.html#id): * "its parent is an attribute element" In...
... So it appears. :-( ... Well, fortunately the lexical space of datatypes with the ID-type ID is not restricted to NCName. So there is something that can be...
Henri Sivonen
hsivonen@...
Apr 10, 2006 6:18 pm
426
I've been reading the javadocs at http://relaxng.sourceforge.net/datatype/java/apiDocs/ but I haven't found anything about the concurrency assumptions the API...
Henri Sivonen
hsivonen@...
Apr 10, 2006 6:47 pm
427
It appears that Jing never calls the checkValid method of org.relaxng.datatype.Datatype. So as far as Jing goes, implementing informative diagnostics looks...
Henri Sivonen
hsivonen@...
Apr 10, 2006 7:09 pm
428
... I have a draft spec at http://hsivonen.iki.fi/html5-datatypes/ A snapshot of the reference implementation (which currently lacks the 'language' datatype)...
Henri Sivonen
hsivonen@...
Apr 28, 2006 8:22 am
429
... In the language portion, kudos for using RFC 3066bis. You should speak of validity rather than conformance ("conformance" could mean either...
First, my apologies if this is the wrong place to post this question. I am hoping that, since XHTML2 and Relax NG are such good friends, I've picked the...
... Unfortunately, the current XHTML2 schema *requires* the presence of an xsi:schemaLocation attribute in the html element containing one or more pairs of...