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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 404 - 433 of 1126   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
404
Hi everybody, A new version of oXygen is available from http://www.oxygenxml.com/ Version 7.1 of the <oXygen/> XML Editor adds support for eXist and Berkeley...
George Cristian Bina
george_bina
Offline Send Email
Mar 2, 2006
4:58 pm
405
Has anyone written a stylesheet to process the output of Trang please? Specifically the output of a DTD to RNG transform? All I'm looking for is a readable...
Dave Pawson
dpawson2000
Offline Send Email
Mar 14, 2006
1:28 pm
406
(Discussion started on atom-syntax, but this is a more general RELAX NG issue, so cross-posting to rng-users.) ... I need datatypes for IRIs in general...
Henri Sivonen
hsivonen@...
Send Email
Mar 19, 2006
3:41 pm
407
... It's certainly possible to construct a regular expression, a long and complex one, that will match all IRIs and only IRIs (note that "IRI" by itself means...
John Cowan
johnwcowan
Online Now Send Email
Mar 19, 2006
3:52 pm
408
... Yes, I think so. The definition of xsd:anyURI is pretty broad in Schema 1.0 and in Schema 1.1 it's proposed definition[1] is: [Definition:] anyURI...
Norman Walsh
normwalsh
Online Now Send Email
Mar 19, 2006
5:00 pm
409
... In Schema 1.1 it is not possible for a xsd:string to be no xsd:anyURI. -- Björn Höhrmann · mailto:bjoern@... · http://bjoern.hoehrmann.de ...
Bjoern Hoehrmann
hoermi
Offline Send Email
Mar 19, 2006
5:30 pm
410
... Is an IRI-compliant Jing-compatible datatype library implementation available already? What about absolute IRIs? ... The intended application is Web Apps...
Henri Sivonen
hsivonen@...
Send Email
Mar 19, 2006
9:16 pm
411
... Wow. "The ·lexical space· of anyURI is finite-length character sequences." It says. So as far as RELAX NG goes (no infoset augmentation), the whole type ...
Henri Sivonen
hsivonen@...
Send Email
Mar 19, 2006
9:25 pm
412
Hi, ... The reason for that is that some well known URI schemes (WedDav for one) don't respect the RFC that defines the syntax of URIs and that it had been...
Eric van der Vlist
evlist
Offline Send Email
Mar 19, 2006
9:46 pm
413
Hello, We've been using RELAXNG to create XML Schemas to validate formats and simple ranges up to now, but we're now being asked to do more in depth "business...
Bob Kennelly
bob_kennelly
Offline Send Email
Mar 20, 2006
7:19 pm
414
... Neither W3C XML Schema nor RELAX NG can cope with rules of that complexity. Schematron, however, is ideal for it. Schematron allows you to write rules...
John Cowan
johnwcowan
Online Now Send Email
Mar 20, 2006
7:28 pm
415
... You need to use an assertion-based constraint language so that you can assert things to be true or false about the information items in your structured...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 20, 2006
7:29 pm
416
Hi, ... This kind of rule can't be expressed with grammar based XML schema languages such as RELAX NG or W3XC XML Schema but should be easy enough to express...
Eric van der Vlist
evlist
Offline Send Email
Mar 20, 2006
8:08 pm
417
... I thought it was on the Sun MSV (relames) John? regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Dave Pawson
dpawson2000
Offline Send Email
Mar 21, 2006
8:55 am
418
... Both of them, unfortunately in slightly incompatible ways. IIRC, one automatically associates each rule with the RELAX NG context it appears in, whereas...
John Cowan
johnwcowan
Online Now Send Email
Mar 21, 2006
9:03 pm
419
Thanks John! We automatically build our RNG schemas, about 200, based on business rules in Oracle tables. I'm hoping i can continue on that theme by putting...
Bob Kennelly
bob_kennelly
Offline Send Email
Mar 21, 2006
9:20 pm
420
... Do you have an example schema that Jing supports by executing the embedded Schematron assertions? I have only managed to use Schematron in Jing by feeding...
Henri Sivonen
hsivonen@...
Send Email
Mar 22, 2006
5:18 am
421
... I've totally missed that. No mention of it at http://www.thaiopensource.com/relaxng/jing.html ? Could someone provide an example please? regards -- Dave...
Dave Pawson
dpawson2000
Offline Send Email
Mar 22, 2006
8:33 am
422
Web Forms 2.0 has an attribute (form) that takes a list of IDs or the empty string (to denote that the form control is not associated with any form--not even...
Henri Sivonen
hsivonen@...
Send Email
Apr 4, 2006
7:42 am
423
... Doh. I meant attribute form { "" | xsd:IDREFS } -- Henri Sivonen hsivonen@... http://hsivonen.iki.fi/...
Henri Sivonen
hsivonen@...
Send Email
Apr 4, 2006
8:04 am
424
Hi, ... This is forbidden per the first bullet point of the spec (http://relaxng.org/compatibility-20011203.html#id): * "its parent is an attribute element" In...
Eric van der Vlist
evlist
Offline Send Email
Apr 5, 2006
6:05 am
425
... So it appears. :-( ... Well, fortunately the lexical space of datatypes with the ID-type ID is not restricted to NCName. So there is something that can be...
Henri Sivonen
hsivonen@...
Send Email
Apr 10, 2006
6:18 pm
426
I've been reading the javadocs at http://relaxng.sourceforge.net/datatype/java/apiDocs/ but I haven't found anything about the concurrency assumptions the API...
Henri Sivonen
hsivonen@...
Send Email
Apr 10, 2006
6:47 pm
427
It appears that Jing never calls the checkValid method of org.relaxng.datatype.Datatype. So as far as Jing goes, implementing informative diagnostics looks...
Henri Sivonen
hsivonen@...
Send Email
Apr 10, 2006
7:09 pm
428
... I have a draft spec at http://hsivonen.iki.fi/html5-datatypes/ A snapshot of the reference implementation (which currently lacks the 'language' datatype)...
Henri Sivonen
hsivonen@...
Send Email
Apr 28, 2006
8:22 am
429
... In the language portion, kudos for using RFC 3066bis. You should speak of validity rather than conformance ("conformance" could mean either...
John Cowan
johnwcowan
Online Now Send Email
Apr 28, 2006
6:42 pm
430
First, my apologies if this is the wrong place to post this question. I am hoping that, since XHTML2 and Relax NG are such good friends, I've picked the...
zopepaul
Offline Send Email
May 12, 2006
4:45 pm
431
... Unfortunately, the current XHTML2 schema *requires* the presence of an xsi:schemaLocation attribute in the html element containing one or more pairs of...
John Cowan
johnwcowan
Online Now Send Email
May 12, 2006
5:18 pm
432
... index.html ... Thanks a bunch, John. After fiddling with the URLs in the xsi:schemaLocation, all worked fine. --Paul...
zopepaul
Offline Send Email
May 14, 2006
7:05 pm
433
Error reported is /files/odf/ODFWrSchema.rng:17425:19: error: conflicting ID-types for attribute "targetElement" from namespace ...
Dave Pawson
dpawson2000
Offline Send Email
May 27, 2006
4:19 pm
Messages 404 - 433 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