By Seecr

Software Craftsmanship

Seecr - Software Craftsmanship A service by Seecr,
This site was last updated on March 22 2012

Changeset: srw-record-in-srw-extraRecordData

Title

Srw:record in srw:extraRecordData

Description

Extra recordData returned in SRU/W responses didn't have a namespace,
and therefor was in "default" namespace. See the following example.

Old style:
<srw:record>
<srw:recordSchema>dc</srw:recordSchema>
<srw:recordPacking>xml</srw:recordPacking>
<srw:recordData>
..
</srw:recordData>
<srw:extraRecordData>
<recordData recordSchema="extra"> <!-- no namespace -->
..
</recordData>
</srw:extraRecordData>
</srw:record>

Packages containing this changeset

meresco-components

Creation date

2011-02-01

Versions where this changeset is applied

Baseline version

meresco-components/tags/version_3.4.6

Filename

201102012029.srw-record-in-srw-extraRecordData.changeset [download]