<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 06/07/2013 11:53 PM, Teus Benschop
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFueZ4xDo9qF9w5CmVtNcXQ4UHLP6BsGBfTWrvpZpDaa3qr+TQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">When converting basic USFM, consisting of \id, \p,
        and \v markers only, through the script, it says "Unhandled USFM
        tags: \id, \v (2 total)". Perhaps I am doing something wrong?
      </div>
    </blockquote>
    <br>
    Perhaps. You should also have \c markers, including a marker for
    chapter one (\c 1) even in books with only one chapter. The script
    might also be expecting a running header (short book title) and main
    title for each book. There must be at least one paragraph-type
    marker (\p, \q1, etc.) before the first verse mark, but after the
    chapter mark. The correct order is like this:<br>
    \id GEN<br>
    \h Genesis<br>
    \mt2 The First Book of Moses,<br>
    \mt3 Commonly Called<br>
    \mt1 GENESIS<br>
    \c 1<br>
    \p<br>
    \v 1 In the beginning...<br>
    \v2 ...<br>
    <br>
    A minimum set of USFM tags to include and support for just a
    "reader's edition" of the canonical text only should probably
    include all of those, plus \q1 and \q2 for poetry markup.<br>
    <br>
    I hope this helps...<br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
      <title>signature</title>
      <p><font color="#000000">Aloha,<br>
          <i>Michael Johnson</i></font><br>
        <font color="#000070"><a href="http://mljohnson.org">mljohnson.org</a><br>
          1215 S KIHEI RD STE O # 728<br>
          KIHEI HI 96745-5278<br>
          USA<br>
          <br>
          Phone: +1 808-333-6921<br>
          Skype: kahunapule</font></p>
    </div>
  </body>
</html>