<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>rng-users at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/rng-users/</link>
    <description>RELAX NG users</description>

    <item>
      <title>Re: Schema with &lt;interleave&gt;</title>
      <pubDate>Tue, 14 May 2013 14:42:01 GMT</pubDate>
      <dc:creator>Jirka Kosek</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1479</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1479</guid>
      <description>... There are some Java libraries supporting embeded Schematron in RELAX NG, but with PHP you have to extract Schematron into separate schema, then create</description>
    </item>
    <item>
      <title>Re: Schema with &lt;interleave&gt;</title>
      <pubDate>Tue, 14 May 2013 14:39:47 GMT</pubDate>
      <dc:creator>Miloslav Hůla</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1478</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1478</guid>
      <description>... I was reading about that in your book. But it is not so straightforward like $doc-&gt;relaxNGValidate(). Seems to me, it is about XSLT support. Even if it</description>
    </item>
    <item>
      <title>Re: Schema with &lt;interleave&gt;</title>
      <pubDate>Tue, 14 May 2013 10:41:41 GMT</pubDate>
      <dc:creator>Jirka Kosek</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1477</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1477</guid>
      <description>... Schematron validation is pretty easy in PHP as you can transform Schematron in XSLT (and sorry for Czech comments, but OP will understood): &lt;?php </description>
    </item>
    <item>
      <title>Re: Schema with &lt;interleave&gt;</title>
      <pubDate>Tue, 14 May 2013 10:04:29 GMT</pubDate>
      <dc:creator>Miloslav Hůla</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1476</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1476</guid>
      <description>Hi George, I was thinking, that linked statement talks only about mutual referencing by &lt;ref&gt;. Thank you for explanation. I&#39;m doing validation in PHP where</description>
    </item>
    <item>
      <title>Re: Schema with &lt;interleave&gt;</title>
      <pubDate>Tue, 14 May 2013 08:50:55 GMT</pubDate>
      <dc:creator>George Cristian Bina</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1475</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1475</guid>
      <description>Hi Miloslav, Please see https://www.oasis-open.org/committees/relax-ng/spec-20011203.html#interleave-restrictions This restriction basically say that you</description>
    </item>
    <item>
      <title>Re: Schema with &lt;interleave&gt;</title>
      <pubDate>Tue, 14 May 2013 06:56:25 GMT</pubDate>
      <dc:creator>Gerben Abbink</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1474</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1474</guid>
      <description>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</description>
    </item>
    <item>
      <title>Schema with &lt;interleave&gt;</title>
      <pubDate>Tue, 14 May 2013 06:14:45 GMT</pubDate>
      <dc:creator>miloslav.hula</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1473</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1473</guid>
      <description>Dear all, I&#39;m writing Relax NG to check following XML: &lt;params&gt; &lt;param&gt;a&lt;/param&gt; &lt;param&gt;b&lt;/param&gt; &lt;param&gt;c&lt;/param&gt; &lt;/params&gt; There can be a lot of &lt;param&gt;</description>
    </item>
    <item>
      <title>Re: Does jing use resolver.jar for the schema?</title>
      <pubDate>Sun, 17 Mar 2013 09:28:27 GMT</pubDate>
      <dc:creator>Dave Pawson</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1472</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1472</guid>
      <description>... I don&#39;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</description>
    </item>
    <item>
      <title>Re: Does jing use resolver.jar for the schema?</title>
      <pubDate>Sun, 17 Mar 2013 09:13:24 GMT</pubDate>
      <dc:creator>Nikolai Weibull</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1471</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1471</guid>
      <description>... 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</description>
    </item>
    <item>
      <title>Re: Does jing use resolver.jar for the schema?</title>
      <pubDate>Fri, 15 Mar 2013 19:18:18 GMT</pubDate>
      <dc:creator>Nikolai Weibull</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1470</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1470</guid>
      <description>... Perhaps, but changing a.rnc to a.rng (and removing -c) doesn’t seem to change anything.</description>
    </item>
    <item>
      <title>Re: Does jing use resolver.jar for the schema?</title>
      <pubDate>Fri, 15 Mar 2013 15:50:54 GMT</pubDate>
      <dc:creator>John Cowan</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1469</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1469</guid>
      <description>... 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</description>
    </item>
    <item>
      <title>Does jing use resolver.jar for the schema?</title>
      <pubDate>Fri, 15 Mar 2013 14:25:33 GMT</pubDate>
      <dc:creator>Nikolai Weibull</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1468</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1468</guid>
      <description>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</description>
    </item>
    <item>
      <title>Re: msv still available?</title>
      <pubDate>Sat, 09 Mar 2013 23:58:30 GMT</pubDate>
      <dc:creator>John Cowan</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1467</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1467</guid>
      <description>... The source is at &lt;https://svn.java.net/svn/msv~svn&gt;. http://java.net/projects/msv says it is BSD-licensed -- Babies are born as a result of the</description>
    </item>
    <item>
      <title>Re: msv still available?</title>
      <pubDate>Fri, 08 Mar 2013 23:31:38 GMT</pubDate>
      <dc:creator>Uche Ogbuji</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1466</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1466</guid>
      <description>... 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</description>
    </item>
    <item>
      <title>Re: MSV (was: Forwarded)</title>
      <pubDate>Tue, 05 Mar 2013 08:03:24 GMT</pubDate>
      <dc:creator>Eric van der Vlist</dc:creator>
      <link>http://groups.yahoo.com/group/rng-users/message/1465</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/rng-users/message/1465</guid>
      <description>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</description>
    </item>

  </channel>
</rss>
<!-- rss1.grp.bf1.yahoo.com uncompressed Tue May 21 16:05:25 PDT 2013 -->
