<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="FreeSerif">mod2imp CzeCSP |<br>
      while read spec ; do<br>
      &nbsp;&nbsp;&nbsp; echo "$spec"<br>
      &nbsp;&nbsp;&nbsp; spec=${spec%%:*}<br>
      &nbsp;&nbsp;&nbsp; spec=${spec##\$\$\$}<br>
      &nbsp;&nbsp;&nbsp; read content<br>
      &nbsp;&nbsp;&nbsp; echo "$content" | sed -e
      's/&gt;v\.[^0-9]*\([0-9]\)/&gt;'"$spec"':\1/g'<br>
      done &gt; csp.imp.new<br>
      imp2vs csp.imp.new -z -o . -b 4 -v German -l cs<br>
      mkdir ~/.sword/modules/texts/ztext/czecsp/.HOLD<br>
      mv ~/.sword/modules/texts/ztext/czecsp/[on]t.???
      ~/.sword/modules/texts/ztext/czecsp/.HOLD<br>
      mv [on]t.??? ~/.sword/modules/texts/ztext/czecsp<br>
      <br>
      This corrects all "v." xrefs to use their in-chapter BCV reference,
      and now Xiphos' new warning for bad xrefs is no longer being
      tripped.&nbsp; The .HOLD usage is to keep the original content on hand,
      just in case.<br>
      <br>
      That said, other references seem still to be wrong, e.g. the good
      example previously mentioned has an xref target of "Gen 3,20"
      which is not quite proper either; getEntryAttributes() apparently
      decides this means Rom 7:20.</font><br>
  </body>
</html>