Hi and apologies for the cross-post, I thought a few people here might be interested in hearing about a new list availble from the W3C, the goal of which is...
Hi, I'm working with James Clark's Modularization of XHTML in Relax NG, in hopes of being able to extend it for a project I'm working on. I'm working with...
... Indeed, Trang isn't magic. It does its best to perform the conversion you ask of it, but when it encounters a construct that is available in RelaxNG but...
... The world seems not to be convinced of this Robin. I'm having the problem with a group I'm working with, they want XSD (because all the other lemmings do)...
... You might be interested in the improved versions of these schemas. There were some mirror drifts from XHTML specification that were corrected as part of...
Jirka Kosek
jirka@...
Oct 9, 2005 7:16 pm
259
... Probably co-occurences and interleave are features that difference RNG from WXS the most. From developer point of view RELAX NG also offers better...
Jirka Kosek
jirka@...
Oct 9, 2005 7:22 pm
260
Hi Robin, ... The sourceforge relax ng project doesn't look very active (.NET datatype posted May 31, 2003), and the mono project isn't MS .NET, though it...
... Is it true that RELAX NG allows ambiguous grammars and such grammers are problematic for data-binding. Thus, data binding tools for RELAX NG (e.g., JAXB,...
Murata-san may be too polite to mention it, but his paper with Murali Mani on XML schema languages is a pretty good documentation of the differences in power. ...
I note I have the latest version of Trang 20030619 from: http://www.thaiopensource.com/relaxng/trang.html I'm getting unexpected errors (regarding "cannot...
... Ask Norm Walsh about the workarounds he found to make Trang handle the DocBook NG grammar better. One thing, I remember, was to collapse all includes. -- ...
... Thanks Jirka, and the others who responded. Thanks for the two papers from Murata-san which seem somewhat over my head, I'm hoping to be able to extract...
... Dave> Schematron extensions are (IMHO) one of the most useful Dave> features, but I guess that's not a part of RNG. If you mean embedding Schematron rules...
Chris> The sourceforge relax ng project doesn't look very active (.NET Chris> datatype posted May 31, 2003), and the mono project isn't MS .NET, Chris> though...
... That's a fine list already, but I have found that lemmings respond better to concrete examples than to a check-list (which is normal since if you knew...
... I think you might want: <element> <nsName ns='http://purl.org/dc/elements/1.1/'> <except> <name>Title</name> </except> </nsName> </element> You have put a...
... Fair comment Robin :-) ... ! Sheesh. ... Hence my question. Eric may have collated them, I don't know till he reads the list! I guess I just wanted...
... There are some build scripts, which do *a lot* of massaging to turn the DocBook RNG into a DTD. It's all under CVS in docbook.sf.net, (in /docbook/relaxng)...
... Defined in the root element. Using nsName instead ... Thanks Robin. Makes sense (and does what I want :-) Appreciated. regards -- Dave Pawson XSLT XSL-FO...
Hi all, Thanks to everyone for the great discussion on this - I've learned a lot more (than I had planned to!) about the pro's and con's of XSD's and Relax NG....
I want an element with same semantics as docbook literllayout (i.e. xml:space ='preserve' ) <define name="Literallayout"> <element name="literallayout"> ...
Attributes in the xml: namespace are treated no different than other attributes by an RNG-validator. This means that they must be explicitly allowed by the...
At http://www.w3.org/TR/xmlschema-2/#regexs I can find no mention of the /x option to enable a clearer regex layout. Is this valid for regex's used in <param...