You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic problem is that when ABACUS sends a source_edition which is not of the form "2004" or "blah / 2004" the source_date will be null.
Is this a problem? Well, maybe not. The source_date will be used to generate a bunch of meta data in DTBook, rdf or ncc files for example. A nil value will just generate the empty string.
The text was updated successfully, but these errors were encountered:
Basically the problem manifests itself in dtb/xml.clj and dtbook.clj. In both places we could make the emit process depend on the value of the meta data. This seems a bit of a sweeping change though.
The basic problem is that when ABACUS sends a source_edition which is not of the form
"2004"
or"blah / 2004"
thesource_date
will be null.Is this a problem? Well, maybe not. The source_date will be used to generate a bunch of meta data in DTBook, rdf or ncc files for example. A
nil
value will just generate the empty string.The text was updated successfully, but these errors were encountered: