<div>In gen books it seems that the osisID is normally used as the chapter title e.g.</div><div>    <div type="chapter" osisID="Chapter 1"></div><div><br></div><div>However some chapter titles can contain special characters e.g.</div>
<div>    <div type="chapter" osisID="God's Sovereignty"></div><div>contains an apostrophe.</div><div><br></div><div>I thought that, being an xml attribute, it should be:</div><div><div>    <div type="chapter" osisID="God&apos;s Sovereignty"></div>
</div><div>but that gives the error:</div><div>    The value 'God's Sovereignty' of attribute 'osisID' on element 'div' is not valid with respect to its type, 'osisIDType'.</div><div><br>
</div><div>So how should a chapter title of "God's Sovereignty" be represented?</div><div><br></div><div>Thanks</div><div>Martin</div>