<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="FreeSerif">Got a bug report on Xiphos, that export
        out of ESV is losing quotations marks.</font></p>
    <p><font face="FreeSerif">Export as HTML does not lose them; export
        as plain text does.  The difference is use of
        mod-&gt;stripText().</font></p>
    <p><font face="FreeSerif">ESV uses &lt;q&gt; around quotations.  My
        test verse is Matt.7.1...</font></p>
    <p>
      <blockquote type="cite"><font face="FreeSerif">&lt;title
          subType="x-preverse" type="section"&gt;Judging
          Others&lt;/title&gt;&lt;q marker="" who="Jesus"&gt;&lt;note
          n="r" osisID="Matt.7.1!crossReference.r" osisRef="Matt.7.1"
          type="crossReference"&gt;For &lt;reference
          osisRef="Matt.7.1-Matt.7.5"&gt;ver. 1-5&lt;/reference&gt;, see
          &lt;reference osisRef="Luke.6.37-Luke.6.38"&gt;Luke 6:37,
          38&lt;/reference&gt;, &lt;reference
          osisRef="Luke.6.41-Luke.6.42"&gt;41, 42&lt;/reference&gt;;
          [&lt;reference osisRef="Rom.14.13"&gt;Rom.
          14:13&lt;/reference&gt;; &lt;reference osisRef="1Cor.4.5"&gt;1
          Cor. 4:5&lt;/reference&gt;; &lt;reference
          osisRef="Jas.5.9"&gt;James
          5:9&lt;/reference&gt;]&lt;/note&gt;&lt;milestone marker="“"
          type="cQuote"/&gt;Judge not, that you be not judged.&lt;/q&gt;<br>
        </font></blockquote>
      <font face="FreeSerif">As typically rendered, this is...</font></p>
    <p>
      <blockquote type="cite">
        <meta http-equiv="content-type" content="text/html;
          charset=utf-8">
        <font face="FreeSerif"><span style="color: rgb(0, 0, 0);
            font-size: medium; font-style: normal;
            font-variant-ligatures: normal; font-variant-caps: normal;
            font-weight: normal; letter-spacing: normal; text-align:
            start; text-indent: 0px; text-transform: none; white-space:
            normal; word-spacing: 0px; display: inline ! important;
            float: none;">“Judge not, that you be not judged.</span></font></blockquote>
      <font face="FreeSerif">But as extracted with stripText, it's
        just...</font></p>
    <p>
      <blockquote type="cite"><font face="FreeSerif">Judge not, that you
          be not judged.</font></blockquote>
      <font face="FreeSerif">...which loses the opening quotation.</font></p>
    <p><font face="FreeSerif">It's not clear there's a resolution to
        this any less complicated than "handle &lt;q&gt; quotation marks
        first, <i>then</i> strip everything out."</font><br>
    </p>
  </body>
</html>