The error is about conflicts such as element * { empty } & element docbook:nutrition { empty } where both the first and second operand match <...
1425
Alex Muir
alex.g.muir@...
Feb 16, 2012 1:59 pm
When I strip out the _1 the error messages go away. Just trial and error found that out. I understand the error but not entirely clear how the _1 is causing...
1426
MURATA Makoto
mktmurata
Feb 16, 2012 2:13 pm
I read the RELAX NG specification again. I made a mistake. RELAX NG normalization does not replace element * {notAllowed} with notAllowed Thus, this is not a...
1427
Alex Muir
alex.g.muir@...
Feb 16, 2012 2:22 pm
jing -s -c dk-extensions.rnc > dk-extensions.rng trang dk-extensions.rng dk-common.rnc i was already using -s in jing as above but it's trang that is adding...
1428
Alex Muir
alex.g.muir@...
Feb 16, 2012 2:24 pm
That does get rid of the error message. Why is that? ... -- Alex Muir Program Organizer - University Technology Student Work Experience Building University of...
1429
MURATA Makoto
mktmurata
Feb 16, 2012 2:57 pm
If this change does not remove the error message, do you have another occurrence of "element *" elsewhere in your schema? Or, do you have _1 & _1 ? Regards, ...
1430
Alex Muir
alex.g.muir@...
Feb 16, 2012 3:19 pm
Yeah as it turns out,, _3 = element * { text } _4 = element * { xsd:anyURI } _5 = element * { "Collection" ... } _6 = element * { xsd:language } _7 = element *...
1431
Tara Athan
taraathan
Feb 16, 2012 6:33 pm
Please see http://code.google.com/p/jing-trang/issues/detail?id=140&colspec=ID%20Type%20Status%20Priority%20Stars%20Module%20Summary which provides a simple...
1432
Alex Muir
alex.g.muir@...
Feb 17, 2012 7:12 am
Yeah so what's involved to code this. Has anyone spent some time looking into it? ... -- Alex Muir Program Organizer - University Technology Student Work...
1433
Alex Muir
alex.g.muir@...
Feb 17, 2012 10:27 am
Something I still don't understand is whether this is a solution that I should use and what is it doing. thanks ... Is this the final recommended fix for the...
1434
Tara Athan
taraathan
Feb 17, 2012 5:32 pm
Regarding the replacement of _1 = element * {notAllowed} with _1 = element conflict { notAllowed } to avoid certain error message that arise when _1 is used in...
1435
Alex Muir
alex.g.muir@...
Feb 17, 2012 5:44 pm
Okay thanks very much,, created a little script to adjust that at the end of the process. Regards ... -- Alex Muir Program Organizer - University Technology...
1436
Jason Sachs
arghman
Feb 27, 2012 7:09 pm
I'm confused. If I use the schema attrbug.rnc (see below) it seems to let through multiple spaces in a row, even though that shouldn't be legal. I'm using this...
1437
Syd Bauman
syd_bauman
Feb 27, 2012 7:26 pm
Well, isn't that what xsd:token means? See http://www.w3.org/TR/xmlschema-2/#token If you want internal whitespace preserved before comparison, I think you...
1438
Syd Bauman
syd_bauman
Mar 22, 2012 2:59 am
Call for papers and proposals ==== === ====== === ========= TEI and the C(r|l)o(w|u)d 2012 Annual Conference and Members¹ Meeting of the TEI Consortium Texas...
1439
Syd Bauman
syd_bauman
Mar 25, 2012 3:42 pm
I think a 0.5 or 1.0 day hands-on tutorial on RELAX NG, or a 1.0 or 1.5 day hands-on tutorial on Schematron would be quite apropos for this group. (What would...
1440
John Cowan
johnwcowan
Mar 25, 2012 6:49 pm
... If anyone wants to reuse my tutorial slides from various Extreme Markup tutorials, they are available at: http://ccil.org/~cowan/schelangs1.odp (Open...
1441
Terry Catapano
thc4ster
Apr 12, 2012 3:45 pm
I'm using Trang to generate a RelaxNG schema from a set of XML documents. I've run into a result I don't understand and which I hope someone can explain. Here...
1442
John Cowan
johnwcowan
Apr 12, 2012 5:38 pm
... The key to understanding your results is to realize that Trang creates a model based on the first example it sees and then loosens it based on more...
1443
Terry Catapano
thc4ster
Apr 12, 2012 9:12 pm
John, That does make things much clearer. I think the key concept is that "your only guarantee is that all the documents will be valid", while I was expecting...
1444
Michael[tm] Smith
xmldoc
Apr 13, 2012 5:55 am
http://www.w3.org/Graphics/SVG/1.1/rng/svg-basic-font.rng has the following (if you prefer to read it in RNC, see the RNC equivalents at the end) <define...
1445
James Clark
james_j_clark
Apr 13, 2012 6:06 am
IIRC, Trang aims to generate very simply schemas, in particular ones that can be expressed exactly as XML DTDs, so it won't ever generate schemas with &. James...
1446
Eric van der Vlist
evlist
Apr 13, 2012 7:36 am
Hi, You can't generate schemas from XML instances without heavily relying on design conventions such as the one mentioned by James (and many others, implicit...
1447
MURATA Makoto
mktmurata
Apr 13, 2012 8:09 am
Michael[tm], I prefer A, since it allows further customization by another define having combine="interleave". But A and B are identical if there is no...
1448
Michael[tm] Smith
xmldoc
Apr 13, 2012 11:46 am
Murata-san, OK, thanks. Now I'll try to figure why jing isn't handling it correctly... --Mike ... -- Michael[tm] Smith http://people.w3.org/mike...
1449
Dave Pawson
dpawson2000
Apr 19, 2012 5:03 am
Copied from xml-dev The purpose of the Serene project is to create an open source validation engine implementing the JAXP 1.3 Validation Framework API for...
1450
preditcon
Jun 1, 2012 7:05 am
After reading this <http://www.ibm.com/developerworks/xml/library/x-custyp/> I've been trying to implement a custom datatype to be used by a RelaxNG XML ...
1451
preditcon
Jun 8, 2012 9:33 am
It appears that using custom datatype libraries via Jing through JAXP API is broken somehow. It doesn't work even though it should. Perhaps some additional...
1452
Jan Å imonek
jan.simonek@...
Jun 10, 2012 3:46 pm
Hi, I am currently writing my bachelor's thesis and my goal is to create generator, which will produce C++ data binding classes based on RELAX NG schema....
1453
preditcon
Jun 11, 2012 9:33 am
After fiddling around a bit more I found the property that needs to be set in order to get my JAXP example to play along with Jing when using custom datatype...