Search the web
Sign In
New User? Sign Up
rng-users · RELAX NG users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 848 - 877 of 1126   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
848
... 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...
willem.vanheerde
willem.vanhe...
Offline Send Email
Jul 1, 2008
8:09 am
849
Hi Willem, The ns attribute is inherited from the nearest ancestor, that means from the grammar element in your second example, see rule 9: ...
George Cristian Bina
george_bina
Offline Send Email
Jul 1, 2008
8:57 am
850
I want xml such as <test applicable='document'/> or <test applicable='application' class='text spreadsheet'/> <test applicable='application' class='text...
Dave Pawson
dpawson2000
Offline Send Email
Jul 1, 2008
9:40 am
851
Hi Dave, Something like below perhaps? <attribute name='class'> <list> <oneOrMore> <choice> <value type="token">text</value> <value...
George Cristian Bina
george_bina
Offline Send Email
Jul 1, 2008
10:35 am
852
... That works. Thanks George.... <test applicable="application" class="database database"/> is also allowed: <oneOrMore (but no more than one of each)> is...
Dave Pawson
dpawson2000
Offline Send Email
Jul 1, 2008
10:43 am
853
... <list> <choice> <value type="token">text </value> <value type="token">text|spreadsheet</value> <value type="token">text|spreadsheet|presentation</value> ...
Dave Pawson
dpawson2000
Offline Send Email
Jul 1, 2008
10:59 am
854
... I don't have the time to check, but I would use 'list' for that purpose: <attribute name='class'> <list> <oneOrMore> <value type='token'>text</value> ...
Florent Georges
darkman_spam
Offline Send Email
Jul 1, 2008
11:47 am
855
... from ... Hi George, Thanx for the answer! I understand now. Best Regards, Willem....
willem.vanheerde
willem.vanhe...
Offline Send Email
Jul 1, 2008
2:53 pm
856
<element name="meta:hyperlink-behaviour"> <optional> <attribute name="office:target-frame-name"> <ref name="targetFrameName"/> </attribute> </optional> ... ...
Dave Pawson
dpawson2000
Offline Send Email
Jul 3, 2008
10:30 am
857
... 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...
Bjoern Hoehrmann
hoermi
Offline Send Email
Jul 3, 2008
10:35 am
858
... Ah! Thanks. <define name="string"> <data type="string"/> </define> You are right. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Dave Pawson
dpawson2000
Offline Send Email
Jul 3, 2008
10:37 am
859
Dave Pawson wrote: Hi ... I am not sure to understand your exact question, but both instances seem valid to me... Regards, --drkm ...
Florent Georges
darkman_spam
Offline Send Email
Jul 3, 2008
10:38 am
860
... 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...
Dave Pawson
dpawson2000
Offline Send Email
Jul 3, 2008
11:21 am
861
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...
Dave Pawson
dpawson2000
Offline Send Email
Jul 10, 2008
10:32 am
862
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...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 16, 2008
10:08 am
863
... I've always interpreted 'xml schemas' as being W3C xsd? regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Dave Pawson
dpawson2000
Offline Send Email
Jul 16, 2008
10:32 am
864
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 ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 16, 2008
11:52 am
865
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...
Chuck Bearden
cfbearden
Offline Send Email
Oct 7, 2008
4:44 pm
866
Stephane, Thanks for this info. Is the RNG schema publicy available? Cheers, -- MURATA Makoto (FAMILY Given) <EB2M-MRT@...>...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Oct 8, 2008
2:23 am
867
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@...
Send Email
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...
cbhb2
Offline Send Email
Oct 17, 2008
12:01 pm
869
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,...
Chuck Bearden
cfbearden
Offline Send Email
Oct 17, 2008
6:52 pm
870
... It does to me. In my view, nothing except actual system identifiers (in DOCTYPE declarations) should be processed by {delegate,rewrite}System. -- John...
John Cowan
johnwcowan
Online Now Send Email
Oct 17, 2008
10:53 pm
871
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...
James Clark
james_j_clark
Offline Send Email
Oct 28, 2008
12:36 pm
872
... That's really good news! Welcome back, James. -- Florent Georges http://www.fgeorges.org/...
Florent Georges
darkman_spam
Offline Send Email
Oct 28, 2008
1:21 pm
873
... 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...
Syd Bauman
syd_bauman
Offline Send Email
Oct 28, 2008
2:15 pm
874
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...
Sebastian Rahtz
sebastianrahtz
Offline Send Email
Oct 28, 2008
6:51 pm
875
... 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...
John Cowan
johnwcowan
Online Now Send Email
Oct 28, 2008
6:54 pm
876
... One more vote for this as a priority. -- David Sewell, Editorial and Technical Manager ROTUNDA, The University of Virginia Press PO Box 801079,...
David Sewell
david_sewell
Offline Send Email
Oct 28, 2008
7:47 pm
877
Dear colleagues, I can now maintain relaxng.org. Your comments are very welcome. Cheers, -- MURATA Makoto (FAMILY Given) <EB2M-MRT@...>...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Oct 29, 2008
5:26 am
Messages 848 - 877 of 1126   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help