Skip to content

Commit f22b459

Browse files
committed
Add marc ns prefix
1 parent 6ab32f7 commit f22b459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class Response implements ResponseInterface
1111
'srw' => 'http://www.loc.gov/zing/srw/',
1212
'exp' => 'http://explain.z3950.org/dtd/2.0/',
1313
'd' => 'http://www.loc.gov/zing/srw/diagnostic/',
14+
'marc' => 'http://www.loc.gov/MARC21/slim',
1415
);
1516

1617
public static $errorMessages = array(

0 commit comments

Comments
 (0)