Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rng-users · RELAX NG users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 194
  • Category: XML
  • Founded: Jun 18, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 848 - 877 of 1481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
848 willem.vanheerde
willem.vanhe... Send Email
Jul 1, 2008
8:09 am
... 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 Send Email
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 Send Email
Jul 1, 2008
9:40 am
I want xml such as <test applicable=&#39;document&#39;/> or <test applicable=&#39;application&#39; class='text spreadsheet&#39;/> <test applicable=&#39;application&#39; class='text...
851 George Cristian Bina
george_bina Send Email
Jul 1, 2008
10:35 am
Hi Dave, Something like below perhaps? <attribute name='class&#39;> <list> <oneOrMore> <choice> <value type="token&quot;>text</value> <value...
852 Dave Pawson
dpawson2000 Send Email
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...
853 Dave Pawson
dpawson2000 Send Email
Jul 1, 2008
10:59 am
... <list> <choice> <value type="token&quot;>text </value> <value type="token&quot;>text|spreadsheet</value> <value type="token&quot;>text|spreadsheet|presentation</value> ...
854 Florent Georges
darkman_spam Send Email
Jul 1, 2008
11:47 am
... I don't have the time to check, but I would use 'list' for that purpose: <attribute name='class&#39;> <list> <oneOrMore> <value type='token&#39;>text</value> ...
855 willem.vanheerde
willem.vanhe... Send Email
Jul 1, 2008
2:53 pm
... from ... Hi George, Thanx for the answer! I understand now. Best Regards, Willem....
856 Dave Pawson
dpawson2000 Send Email
Jul 3, 2008
10:30 am
<element name="meta:hyperlink-behaviour"> <optional> <attribute name="office:target-frame-name"> <ref name="targetFrameName"/> </attribute> </optional> ... ...
857 Bjoern Hoehrmann
hoermi Send Email
Jul 3, 2008
10:35 am
... 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 Send Email
Jul 3, 2008
10:37 am
... Ah! Thanks. <define name="string&quot;> <data type="string&quot;/> </define> You are right. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
859 Florent Georges
darkman_spam Send Email
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 Send Email
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 Send Email
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@... Send Email
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 Send Email
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@... Send Email
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 Send Email
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 Send Email
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@... Send Email
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 Send Email Oct 17, 2008
12:01 pm
<list> <data type="double&quot;> <data type="double&quot;> </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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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@...>...
Messages 848 - 877 of 1481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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