... Ah! Thanks. <define name="string"> <data type="string"/> </define> You are right. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
859
Florent Georges
darkman_spam
Jul 3, 2008 10:38 am
Dave Pawson wrote: Hi ... I am not sure to understand your exact question, but both instances seem valid to me... Regards, --drkm ...
860
Dave Pawson
dpawson2000
Jul 3, 2008 11:21 am
... Yes they are. I'd not noticed the 'text' (last value) My bad. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
861
Dave Pawson
dpawson2000
Jul 10, 2008 10:32 am
Trying to edit using the 1.1 schema I'm getting Internal error in rng-validate-mode triggered at buffer position 1704. Lisp nesting exceeds...
862
Stephane Bortzmeyer
bortzmeyer@...
Jul 16, 2008 10:08 am
I forward it here because the schema is written in RelaxNG. IETF Community: As first announced in April 2008, IANA is improving the formatting of its protocol...
863
Dave Pawson
dpawson2000
Jul 16, 2008 10:32 am
... I've always interpreted 'xml schemas' as being W3C xsd? regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
864
Stephane Bortzmeyer
bortzmeyer@...
Jul 16, 2008 11:52 am
On Wed, Jul 16, 2008 at 11:32:07AM +0100, Dave Pawson <dave.pawson@...> wrote ... Not me. For me, a XML schema can be DTD, RelaxNG, W3C Schemas, even ...
865
Chuck Bearden
cfbearden
Oct 7, 2008 4:44 pm
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...
866
MURATA Makoto (FAMILY...
mktmurata
Oct 8, 2008 2:23 am
Stephane, Thanks for this info. Is the RNG schema publicy available? Cheers, -- MURATA Makoto (FAMILY Given) <EB2M-MRT@...>...
867
Stephane Bortzmeyer
bortzmeyer@...
Oct 9, 2008 7:35 am
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...
868
cbhb2
Oct 17, 2008 12:01 pm
<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...
869
Chuck Bearden
cfbearden
Oct 17, 2008 6:52 pm
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,...
870
John Cowan
johnwcowan
Oct 17, 2008 10:53 pm
... It does to me. In my view, nothing except actual system identifiers (in DOCTYPE declarations) should be processed by {delegate,rewrite}System. -- John...
871
James Clark
james_j_clark
Oct 28, 2008 12:36 pm
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...
872
Florent Georges
darkman_spam
Oct 28, 2008 1:21 pm
... That's really good news! Welcome back, James. -- Florent Georges http://www.fgeorges.org/...
873
Syd Bauman
syd_bauman
Oct 28, 2008 2:15 pm
... 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...
874
Sebastian Rahtz
sebastianrahtz
Oct 28, 2008 6:51 pm
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...
875
John Cowan
johnwcowan
Oct 28, 2008 6:54 pm
... 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...
876
David Sewell
david_sewell
Oct 28, 2008 7:47 pm
... One more vote for this as a priority. -- David Sewell, Editorial and Technical Manager ROTUNDA, The University of Virginia Press PO Box 801079,...
877
MURATA Makoto (FAMILY...
mktmurata
Oct 29, 2008 5:26 am
Dear colleagues, I can now maintain relaxng.org. Your comments are very welcome. Cheers, -- MURATA Makoto (FAMILY Given) <EB2M-MRT@...>...
878
Dave Pawson
dpawson2000
Oct 29, 2008 10:48 am
... 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 ... ...
879
Sebastian Rahtz
sebastianrahtz
Oct 29, 2008 5:37 pm
... 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...
880
Chuck Bearden
cfbearden
Oct 31, 2008 2:04 pm
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...
881
John Cowan
johnwcowan
Oct 31, 2008 2:57 pm
... 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...
882
Norman Walsh
normwalsh
Oct 31, 2008 4:27 pm
... 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...
883
John Cowan
johnwcowan
Oct 31, 2008 5:03 pm
... I think the implementation using Brzozowski derivatives makes this impossible. Consider this pattern: (foo*, foo*, foo*, foo*, foo*, foo*, foo*, foo*) ...
884
Sean McGrath
propylonsean
Oct 31, 2008 5:04 pm
... It has been a while (2004!) but I remember having something of a blocker to do with Relax NG modularization: ...
885
Norman Walsh
normwalsh
Oct 31, 2008 6:15 pm
... 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...
886
John Cowan
johnwcowan
Oct 31, 2008 7:57 pm
... My point is that the difference between determinism and non-determinism is discarded early on. MSMcQ has an excellent paper on derivatives at ...
887
Syd Bauman
syd_bauman
Nov 1, 2008 12:48 am
... 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? ...