Record details will regularly include physical descriptions like
"Physical Description: 1 sound disc :33 1/3 rpm, mono." where the colon
is jammed up against the content from the following subfield. Easily
fixed by using a space as the joiner for the subfields.
Signed-off-by: Dan Scott <dan@coffeecode.net>
);
phys_content = [];
FOR p IN phys; phys_content.push(p.textContent); END;
- args.phys_desc = phys_content.join("");
+ args.phys_desc = phys_content.join(" ");
args.contents = xml.findnodes('//*[@tag="505"]').textContent;