In gen books it seems that the osisID is normally used as the chapter title
e.g.
    <div type="chapter" osisID="Chapter 1">

However some chapter titles can contain special characters e.g.
    <div type="chapter" osisID="God's Sovereignty">
contains an apostrophe.

I thought that, being an xml attribute, it should be:
    <div type="chapter" osisID="God&apos;s Sovereignty">
but that gives the error:
    The value 'God's Sovereignty' of attribute 'osisID' on element 'div' is
not valid with respect to its type, 'osisIDType'.

So how should a chapter title of "God's Sovereignty" be represented?

Thanks
Martin
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to