<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Troy A. Griffitts wrote:
<blockquote cite="mid:49EE7859.9020609@crosswire.org" type="cite">Dima,
see below...
  <br>
  <br>
Brian and DM,
  <br>
  <br>
I've made some recent updates around link code.
  <br>
  <br>
Can someone please check current SVN and if things still fail, update
our testsuite to add a simple failure case so I can have a look, and so
we don't break things unnoticed in the future?
  <br>
  <br>
</blockquote>
1.6.0.RC2 fails to link.&nbsp; So does SVN r2328.<br>
<br>
I'll look into the testsuite.&nbsp; FYI, a sample xml is:<br>
<br>
<blockquote><tt>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</tt><br>
  <tt>&lt;osis</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; xmlns:xsi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a></tt><br>
  <tt>&nbsp;&nbsp;&nbsp; xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.bibletechnologies.net/2003/OSIS/namespace">"http://www.bibletechnologies.net/2003/OSIS/namespace"</a></tt><br>
  <tt>&nbsp;&nbsp;&nbsp;
xmlns:osis=<a class="moz-txt-link-rfc2396E" href="http://www.bibletechnologies.net/2003/OSIS/namespace">"http://www.bibletechnologies.net/2003/OSIS/namespace"</a></tt><br>
  <tt>&nbsp;&nbsp;&nbsp;
xsi:schemaLocation=<a class="moz-txt-link-rfc2396E" href="http://www.bibletechnologies.net/2003/OSIS/namespacehttp://www.bibletechnologies.net/osisCore.2.1.1.xsd">"http://www.bibletechnologies.net/2003/OSIS/namespace
http://www.bibletechnologies.net/osisCore.2.1.1.xsd"</a>&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &lt;osisText osisIDWork="Luther" osisRefWork="commentary"
xml:lang="en" canonical="false"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;header&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; header.</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/header&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div type="bookGroup"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;title&gt;New Testament&lt;/title&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div type="book" osisID="Matt"
canonical="false"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;title type="main"
short="Matthew"&gt;Matthew&lt;/title&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div type="section" annotateType="commentary"
annotateRef="Matt.1.1"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;p&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Blah blah...</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; This is a test!</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;&nbsp;&nbsp;&nbsp; </tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div type="section" annotateType="commentary"
annotateRef="Matt.22.1-Matt.22.9"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;title level="2"&gt;Sermon; Matthew
21:1-9&lt;/title&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;p&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; This fails</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &lt;/osisText&gt;</tt><br>
  <tt>&lt;/osis&gt;</tt><br>
</blockquote>
<br>
</body>
</html>