k-int / KBPlus

KnowledgeBase Plus
http://www.kbplus.ac.uk/kbplus
Other
10 stars 8 forks source link

SFX, OCLC and Serial Solutions exports don't include ISSN/eISSN/ISBN #1077

Closed ostephens closed 8 years ago

ostephens commented 8 years ago

When choosing the SFX, OCLC or Serial Solutions export options from a Subscription or a Package, the export no longer includes identifiers for the titles (ISSN, eISSN, ISBN).

The cause is the xslt for these transformations of the XML look for ID namespaces using uppercase. ID namespaces are now stored in lowercase. The three XSLT (SFX.xslt, oclc.xslt and serialsolutions.xslt) need updating in line with the other xslt, which check for namespaces using either upper or lower case

ostephens commented 8 years ago

Fixed by 26dc89f