Bug 9365 - MARCXML ILS-DI GetRecords response incorrectly encoded
Summary: MARCXML ILS-DI GetRecords response incorrectly encoded
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-08 12:54 UTC by Jared Camins-Esakov
Modified: 2019-04-28 08:46 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Camins-Esakov 2013-01-08 12:54:13 UTC
The MARCXML included in the ILS-DI response for GetRecords includes the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) which -- as I understand it -- should not be repeated.
Comment 1 Jared Camins-Esakov 2013-01-08 13:10:07 UTC
Also, the MARCXML is escaped to use entities instead of actual XML.
Comment 2 Katrin Fischer 2019-04-28 08:46:14 UTC
I am not sure if this is a bug. We include a possibly 'bad' MARCXML in an XML answer, so the use of entities seem like a necessary safeguard to me?