Is there a way to get jing to use XML catalog files to resolve the URLs in include/@href and externalRef/@href? Suppose my catalog will resolve a URL pointing...
On Wed, Oct 08, 2008 at 11:23:30AM +0900, MURATA Makoto (FAMILY Given) <EB2M-MRT@...> wrote ... Yes, look at the header of the files: % wget...
Stephane Bortzmeyer
bortzmeyer@...
Oct 9, 2008 7:35 am
868
<list> <data type="double"> <data type="double"> </list> validates ok for something like "12.8 20" Is there a way with Relax NG to also ensure that the values...
As I read the Relax NG specification, it looks to me as if include/@href and externalRef/@href values are regarded as URIs rather than as system identifiers,...
... It does to me. In my view, nothing except actual system identifiers (in DOCTYPE declarations) should be processed by {delegate,rewrite}System. -- John...
After an extremely long hiatus, I am back to working on Jing and Trang. I've moved development over to Google Code: http://jing-trang.googlecode.com There is...
... Seconded; I'm phsyched. I will try to check out the list of issues at the Google Code site and either star or add by the end of the week. But I can say in...
That's the most exciting news for years :-} My wish points for jing are: - being able to run validation on a DOM tree rather than having to serialize a...
... You can use a DOMwalker that fires off SAX events. -- By Elbereth and Luthien the Fair, you shall cowan@... have neither the Ring nor me! --Frodo...
... From: "James Clark" <> To: rng-users@yahoogroups.com Date: Wed, 29 Oct 2008 14:59:25 +0700 Subject: Re: [rng-users] Jing and Trang now on Google Code ... ...
... Even that is worth having if its easy. ... Absolutely, that's just what I want; an error report which relates to the document structure. -- Sebastian Rahtz...
Should the octothorpe character (aka the pound sign) be accepted in jing arguments that are paths for schema and instance files? E.g. should the following be...
... Not a bug. # is the shell's comment character, so "5002/test05.xml" is part of a comment and jing never sees it. Such arguments must be quoted. -- John...
... One of the the things that I'd like to have is the ability to find out what pattern(s) matched a particular element/attribute and, in the case of simple...
... I think the implementation using Brzozowski derivatives makes this impossible. Consider this pattern: (foo*, foo*, foo*, foo*, foo*, foo*, foo*, foo*) ...
... Fair enough. I don't care if there are no answers for pathalogical cases. Heck, I don't care if there are only answers for the absolutely deterministic...
... So first off, perhaps I'm being a moron, but is there anything more to "starring" an issue than clicking on the little star icon to the left of an issue? ...
... Nope. We loves our little starses at Google, yes we does. ... There's a tangle here. RNG defers to XML Schema 1.0 here, which says that the lexical space...
James, I am very happy to see that you are back again! One possible extension of Jing is to expose the schema representation to programmers. Kohsuke has made...
... This is great news! Thank you. ... I'm using a patched version of oNVDL for Validator.nu (http://validator.nu/ ). The source is available from a Subversion...
Henri Sivonen
hsivonen@...
Nov 3, 2008 8:23 am
892
... The RELAX NG Datatype Library for HTML5 Datatypes contains a datatype that validates RFC 4646 language tags using IANA registry data. You can see it in...
Henri Sivonen
hsivonen@...
Nov 3, 2008 8:33 am
893
... One more thing: * There's a new schema resolver interface that resolves a URI to a Schema object instead of resolving it to an InputSource. This is used to...
Henri Sivonen
hsivonen@...
Nov 3, 2008 8:43 am
894
... Hmm. Sounds a bit like a PSVI. Would it be sufficient if this works for a RELAX NG schema only if it is sufficiently deterministic that for a document...