Skip to content
Snippets Groups Projects
Commit 01d7affb authored by mbrodhu's avatar mbrodhu
Browse files

enable oaipmh getRecords Requests for classicmayan metsMods. Without sysos

parent fe63ad5f
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
String signsToTrim = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +
"<?xml-model href=\"http://www.loc.gov/standards/mods/v3/mods-3-7.xsd\" type=\"application/xml\" schematypens=\"http://purl.oclc.org/dsdl/schematron\"?>";
String trimmedMets = metsmods.getMets().replace(signsToTrim, "");
System.out.println(trimmedMets);
//System.out.println(trimmedMets);
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder builder;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment