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 ...
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....
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...
Hi, I am starting to use Jing to validate DocBook XML files, and have the following problem: If Jing finds a major error in a file, it stops processing the...
Hi Robert, The problem you encounter is not reported by Jing, it is reported by Xerces. The error is a fatal error for the XInclude processing part from ...
1456
Daniel Dehennin
daniel.dehennin@...
Feb 3, 2013 8:40 am
Hello, I'm using RelaxNG schema with GNU/Emacs and find it very wonderful, mostly the compact syntax. But I have one problem for which I found no elegant...
1457
Frédéric Glorieux
glorieux@...
Feb 3, 2013 8:40 am
Hello Relax-NG users, We would be glad of your opinion on this tool to generate an HTML documentation with an XML Relax-NG schema. http://algone.net/xrem/ Here...
1458
Daniel Dehennin
daniel.dehennin@...
Feb 3, 2013 8:40 am
Hello, I'm using RelaxNG schema with GNU/Emacs and find it very wonderful, mostly the compact syntax. But I have one problem for which I found no elegant...
Hi Daniel, This can be checked by adding an embedded Schematron rule. The XML syntax in this case is easier than the compact syntax: <?xml version="1.0"...
1460
Jirka Kosek
jirka@...
Feb 21, 2013 4:08 pm
... Not in RELAX NG itself. But you can make all elements optional and use Schematron to require at least one element here. Jirka -- ... Jirka Kosek...
Google isn't helping me find rng-conv (James site is now out of date wrt that too) Is the code still available please? I want xsd-rng conversion? TIA -- Dave...
... http://code.google.com/p/xsdtorngconverter/ seems to be a one man effort to convert XSD to rng. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. ...
I'm at a place with restricted access, sorry Uche Uche said Sadly MSV fell off the grid years ago. If anyone has the.... rest cut off. I'm guessing he's asking...
1464
Jirka Kosek
jirka@...
Mar 5, 2013 7:33 am
... MSV is still available on usual place http://msv.java.net/ -- ... Jirka Kosek e-mail: jirka@... http://xmlguru.cz ... Professional XML...
Hi, MSV is still used by Orbeon Forms and its source has been imported in github: https://github.com/orbeon/msv The latest versions have been updated to meet...
... Sadly MSV fell off the grid years ago. If anyone has the source, there might be a chance that Oracle could be persuaded to loosen licensing? Unfortunately...
Hi! I’m trying to use a catalog together with jing for resolving the location of a Relax NG compact schema, but it doesn’t seem to work. Before I go on...
... I would be very surprised if it did. XML catalogs apply only to XML files, and compact-syntax files are not XML. Note that jing has no catalog support of...
... I looked further into it and no, Jing doesn’t use the catalog when loading the command-line schema. One can get around it by including a URI in a schema...
... I don't understand your motivation for catalog support? Jing is a command line validator, in which you specify the instance and the schema as parameters to...
Dear all, I'm writing Relax NG to check following XML: <params> <param>a</param> <param>b</param> <param>c</param> </params> There can be a lot of <param>...
When i try your RelaxNG schema in XMLBlueprint i get a different error: [Jing 2009] Relax NG Schema [Untitled-1].rng is not valid. Description: [Jing 2009] the...
Hi Miloslav, Please see https://www.oasis-open.org/committees/relax-ng/spec-20011203.html#interleave-restrictions This restriction basically say that you...
Hi George, I was thinking, that linked statement talks only about mutual referencing by <ref>. Thank you for explanation. I'm doing validation in PHP where...
1477
Jirka Kosek
jirka@...
May 14, 2013 10:41 am
... Schematron validation is pretty easy in PHP as you can transform Schematron in XSLT (and sorry for Czech comments, but OP will understood): <?php ...
... I was reading about that in your book. But it is not so straightforward like $doc->relaxNGValidate(). Seems to me, it is about XSLT support. Even if it...
1479
Jirka Kosek
jirka@...
May 14, 2013 2:42 pm
... There are some Java libraries supporting embeded Schematron in RELAX NG, but with PHP you have to extract Schematron into separate schema, then create...