<!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. So does SVN r2328.<br>
<br>
I'll look into the testsuite. FYI, a sample xml is:<br>
<br>
<blockquote><tt><?xml version="1.0" encoding="UTF-8"?></tt><br>
<tt><osis</tt><br>
<tt> 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> 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>
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>
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>></tt><br>
<tt> <osisText osisIDWork="Luther" osisRefWork="commentary"
xml:lang="en" canonical="false"></tt><br>
<tt> <header></tt><br>
<tt> header.</tt><br>
<tt> </header></tt><br>
<tt> <div type="bookGroup"></tt><br>
<tt> <title>New Testament</title></tt><br>
<tt> <div type="book" osisID="Matt"
canonical="false"></tt><br>
<tt> <title type="main"
short="Matthew">Matthew</title></tt><br>
<tt> <div type="section" annotateType="commentary"
annotateRef="Matt.1.1"></tt><br>
<tt> <p></tt><br>
<tt> Blah blah...</tt><br>
<tt> This is a test!</tt><br>
<tt> </p></tt><br>
<tt> </div> </tt><br>
<tt> <div type="section" annotateType="commentary"
annotateRef="Matt.22.1-Matt.22.9"></tt><br>
<tt> <title level="2">Sermon; Matthew
21:1-9</title></tt><br>
<tt> <p></tt><br>
<tt> This fails</tt><br>
<tt> </p></tt><br>
<tt> </div> </tt><br>
<tt> </div></tt><br>
<tt> </div></tt><br>
<tt> </osisText></tt><br>
<tt></osis></tt><br>
</blockquote>
<br>
</body>
</html>