Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rng-users · RELAX NG users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 194
  • Category: XML
  • Founded: Jun 18, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1452 - 1481 of 1481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1452 Jan Å imonek
jan.simonek@... Send Email
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 Send Email 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...
1454 fekete_robert Send Email Aug 31, 2012
8:34 am
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...
1455 George Cristian Bina
george_bina Send Email
Sep 6, 2012
8:47 am
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@... Send Email
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@... Send Email
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@... Send Email
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...
1459 George Cristian Bina
george_bina Send Email
Feb 4, 2013
1:40 pm
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@... Send Email
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...
1461 Dave Pawson
dpawson2000 Send Email
Mar 4, 2013
3:13 pm
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...
1462 Dave Pawson
dpawson2000 Send Email
Mar 4, 2013
3:39 pm
... 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. ...
1463 Dave Pawson
dpawson2000 Send Email
Mar 5, 2013
7:20 am
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@... Send Email
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...
1465 Eric van der Vlist
evlist Send Email
Mar 5, 2013
8:03 am
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...
1466 Uche Ogbuji
uogbuji Send Email
Mar 8, 2013
11:31 pm
... 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...
1467 John Cowan
johnwcowan Send Email
Mar 9, 2013
11:58 pm
... The source is at <https://svn.java.net/svn/msv~svn>. http://java.net/projects/msv says it is BSD-licensed -- Babies are born as a result of the...
1468 Nikolai Weibull
nikolai.weibull Send Email
Mar 15, 2013
2:25 pm
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...
1469 John Cowan
johnwcowan Send Email
Mar 15, 2013
3:50 pm
... 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...
1470 Nikolai Weibull
nikolai.weibull Send Email
Mar 15, 2013
7:18 pm
... Perhaps, but changing a.rnc to a.rng (and removing -c) doesn’t seem to change anything....
1471 Nikolai Weibull
nikolai.weibull Send Email
Mar 17, 2013
9:13 am
... 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...
1472 Dave Pawson
dpawson2000 Send Email
Mar 17, 2013
9:28 am
... 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...
1473 miloslav.hula Send Email May 14, 2013
6:14 am
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>...
1474 Gerben Abbink
gerben.abbink Send Email
May 14, 2013
6:56 am
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...
1475 George Cristian Bina
george_bina Send Email
May 14, 2013
8:50 am
Hi Miloslav, Please see https://www.oasis-open.org/committees/relax-ng/spec-20011203.html#interleave-restrictions This restriction basically say that you...
1476 Miloslav Hůla
miloslav.hula Send Email
May 14, 2013
10:04 am
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@... Send Email
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 ...
1478 Miloslav Hůla
miloslav.hula Send Email
May 14, 2013
2:39 pm
... 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@... Send Email
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...
1480 goodman.m.w@...
goodmami1983 Send Email
Jun 2, 2013
9:07 am
Hi, (note: my previous (and first) message to the list didn't get posted, so I'll try to rephrase) I think I have a use case for multiply nested grammars, but...
1481 goodman.m.w@...
goodmami1983 Send Email
Jun 2, 2013
9:07 am
Hi, I have a use case that doesn't seem so complicated, but is proving difficult to implement. I want to: a) define a fixed structure for a document b)...
Messages 1452 - 1481 of 1481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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