Title: Message Title
|
|
The new leader still does not correspond to the regex in the XSD: $ xmllint --noout --schema MARC21slim.xsd marc.xml marc1x.xml:5: element leader: Schemas validity error : Element '{http://www.loc.gov/MARC21/slim}leader': [facet 'pattern'] The value '00925njm 22002777a 4500' is not accepted by the pattern '[\d ]{5}[\dA-Za-z ]{1}[\dA-Za-z]{1}[\dA-Za-z ]{3}(2| )(2| )[\d ]{5}[\dA-Za-z ]{3}(4500| )'. marc1x.xml:5: element leader: Schemas validity error : Element '{http://www.loc.gov/MARC21/slim}leader': '00925njm 22002777a 4500' is not a valid value of the atomic type '{http://www.loc.gov/MARC21/slim}leaderDataType'. marc1x.xml fails to validate The problem is a missing character in the fourth group (most likely): [\dA-Za-z ]{3}, i.e. this captures 3 characters in this position exactly, but our leader only has 2. I'm trying to find out what the correct value should be.
|
|
|
|
|
XOAI request: verb=ListRecords&metadataPrefix=marc invalid repsonse <leader>am 3u</leader> invalid: Multiple annotations found at this line: - cvc-complex-type.2.2: Element 'leader' must have no element [children], and the value must be valid. - cvc-pattern-valid: Value 'am 3u' is not facet-valid with respect to pattern '[\d ]{5}[\dA-Za-z ]{1}[...
|
|
|
|
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel