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
In the bibliography.xml and front.xml files, Mary and Charles Clark are encoded in the following ways
<name type="app">Charles & Mary Cowden Clarke</name>
<author>Clarke, Charles Cowden</author>
<author display="book(ldash)">Clarke, Charles Cowden</author>, & <author>Mary Cowden Clarke</author>
<author>Clarke, Mary</author>
<author>Cowden Clarke, Charles & Mary</author>
I need to watch for these cases in the import process and parse them out.
This will involve creating new individual authors for the two in getCommentators and manually adding to the list of $commentatorNodes to process somehow.
There doesn't seem to be a way to directly add a node to a DOMNodeList, so after parsing out, creating, and normalizing the names, create a second array of nodes to go through the same process.
The text was updated successfully, but these errors were encountered:
In the bibliography.xml and front.xml files, Mary and Charles Clark are encoded in the following ways
<name type="app">Charles & Mary Cowden Clarke</name>
<author>Clarke, Charles Cowden</author>
<author display="book(ldash)">Clarke, Charles Cowden</author>, & <author>Mary Cowden Clarke</author>
<author>Clarke, Mary</author>
<author>Cowden Clarke, Charles & Mary</author>
I need to watch for these cases in the import process and parse them out.
This will involve creating new individual authors for the two in getCommentators and manually adding to the list of $commentatorNodes to process somehow.
There doesn't seem to be a way to directly add a node to a DOMNodeList, so after parsing out, creating, and normalizing the names, create a second array of nodes to go through the same process.
The text was updated successfully, but these errors were encountered: