... Oke, that is for the default namespace declarations with xmlns. But how about the relax-ng ns attribute. In my second example I expected that the ns...
849
George Cristian Bina
george_bina
Jul 1, 2008 8:57 am
Hi Willem, The ns attribute is inherited from the nearest ancestor, that means from the grammar element in your second example, see rule 9: ...
850
Dave Pawson
dpawson2000
Jul 1, 2008 9:40 am
I want xml such as <test applicable=39;document39;/> or <test applicable=39;application39; class='text spreadsheet39;/> <test applicable=39;application39; class='text...
851
George Cristian Bina
george_bina
Jul 1, 2008 10:35 am
Hi Dave, Something like below perhaps? <attribute name='class39;> <list> <oneOrMore> <choice> <value type="token">text</value> <value...
852
Dave Pawson
dpawson2000
Jul 1, 2008 10:43 am
... That works. Thanks George.... <test applicable="application" class="database database"/> is also allowed: <oneOrMore (but no more than one of each)> is...
... I don't have the time to check, but I would use 'list' for that purpose: <attribute name='class39;> <list> <oneOrMore> <value type='token39;>text</value> ...
855
willem.vanheerde
willem.vanhe...
Jul 1, 2008 2:53 pm
... from ... Hi George, Thanx for the answer! I understand now. Best Regards, Willem....
... If "string" allows any string, then the office:target-frame-name attribute may have any value. If it is something else, then we do not know. Perhaps the...
858
Dave Pawson
dpawson2000
Jul 3, 2008 10:37 am
... 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@...>...