<p>Hi all,</p>
<p>I'm trying to get valitation errors with HXT / RelaxNG schemas. For instance, <br />an error is reported when I  run the following code. However, the return of getErrors is <br />an empty list.</p>
<p>&gt; main :: IO ()<br />&gt; main = do <br />&gt;           rc &lt;- runX ( readDocument [] "input.xml"<br />&gt;                    &gt;&gt;&gt; <br />&gt;                                         validateDocumentWithRelaxSchema [] "schema.rng"<br />&gt;                                         &gt;&gt;&gt; <br />&gt;                                        getErrors<br />&gt;                                     )<br />&gt;           print rc</p>
<p>How can I get the list of errors?</p>
<p>Thanks in advance,</p>
<p>Rodrigo.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>