<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->stripText().</font></p>
<p><font face="FreeSerif">ESV uses <q> around quotations. My
test verse is Matt.7.1...</font></p>
<p>
<blockquote type="cite"><font face="FreeSerif"><title
subType="x-preverse" type="section">Judging
Others</title><q marker="" who="Jesus"><note
n="r" osisID="Matt.7.1!crossReference.r" osisRef="Matt.7.1"
type="crossReference">For <reference
osisRef="Matt.7.1-Matt.7.5">ver. 1-5</reference>, see
<reference osisRef="Luke.6.37-Luke.6.38">Luke 6:37,
38</reference>, <reference
osisRef="Luke.6.41-Luke.6.42">41, 42</reference>;
[<reference osisRef="Rom.14.13">Rom.
14:13</reference>; <reference osisRef="1Cor.4.5">1
Cor. 4:5</reference>; <reference
osisRef="Jas.5.9">James
5:9</reference>]</note><milestone marker="“"
type="cQuote"/>Judge not, that you be not judged.</q><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 <q> quotation marks
first, <i>then</i> strip everything out."</font><br>
</p>
</body>
</html>