... 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...
Hi David. Hope all is well with you. ... <data type="string"> <param name="pattern">https?://([^/?#]+)/([^?#]*)(\?([^?#]+))?(#(.*))?</param> </data> That's it....
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 ...
... Change the schema and observe different application behavior. If you cannot change the schema, you most likely couldn't tell whether an application...
... 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...
... 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...
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...
... 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...
... 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...
I want xml such as <test applicable='document'/> or <test applicable='application' class='text spreadsheet'/> <test applicable='application' class='text...
... 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='class'> <list> <oneOrMore> <value type='token'>text</value> ...
... 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...
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@...
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...
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@...
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...