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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 837 - 866 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
837
<data type="string"> <param name="pattern">https?\:////([^/?#]+)/([^?#]*)(\?([^?#]+))?(#(.*))?</param> </data> I'm getting an ' x.rng:25:25: error: invalid...
Dave Pawson
dpawson2000
Offline Send Email
Jun 12, 2008
11:19 am
838
Hello Dave, ... when you use regular expressions, they are Unicode Regular Expressions as defined in XML Schema. Here is the link ... ...
david tolpin
dtolpin
Offline Send Email
Jun 12, 2008
11:23 am
839
... Relax NG does not have a regular expression syntax, you have to use a data type library and you would have to check whatever specification governs the type...
Bjoern Hoehrmann
hoermi
Offline Send Email
Jun 12, 2008
11:25 am
840
Hi David. Hope all is well with you. ... <data type="string"> <param name="pattern">https?://([^/?#]+)/([^?#]*)(\?([^?#]+))?(#(.*))?</param> </data> That's it....
Dave Pawson
dpawson2000
Offline Send Email
Jun 12, 2008
11:43 am
841
http://www.oasis-open.org/committees/relax-ng/compatibility-20011203.html#default-value ODF calls this up normatively. How can it be tested please? E.g. given ...
Dave Pawson
dpawson2000
Offline Send Email
Jun 16, 2008
2:18 pm
842
... Change the schema and observe different application behavior. If you cannot change the schema, you most likely couldn't tell whether an application...
Bjoern Hoehrmann
hoermi
Offline Send Email
Jun 16, 2008
3:02 pm
843
... I can change the schema. How, then, might I automatically test for a difference? Noting the app is an ODF implementation? regards -- Dave Pawson XSLT...
Dave Pawson
dpawson2000
Offline Send Email
Jun 16, 2008
3:16 pm
844
... The general idea would be to make two schemas with different default values; consider there is a color attribute, one schema specifies blue color, the...
Bjoern Hoehrmann
hoermi
Offline Send Email
Jun 16, 2008
3:21 pm
845
... Should be possible, or at least possible to define a test that a vendor could run. Thanks Bjoern regards -- Dave Pawson XSLT XSL-FO FAQ. ...
Dave Pawson
dpawson2000
Offline Send Email
Jun 16, 2008
3:36 pm
846
Hi there, I have a question about the default namespace attribute ns. Is this inherited when using define? I created the following test, first a simple xml...
willem.vanheerde
willem.vanhe...
Offline Send Email
Jun 30, 2008
7:19 pm
847
... Yes, see the namespaces in xml recommendation. http://www.w3.org/TR/REC-xml-names/#defaulting The scope of a default namespace declaration extends from the...
Dave Pawson
dpawson2000
Offline Send Email
Jul 1, 2008
5:08 am
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
Messages 837 - 866 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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