mpecero

Results 1 issues of mpecero

Hello I get a MalformedByteSequenceException executing this: `String url = "http://www.investigacionesgeograficas.com/oai"; ``` OAIClient oaiClient = new HttpOAIClient(url); Context context; try { context = new Context() .withOAIClient(oaiClient) .withMetadataTransformer(FORMAT, KnownTransformer.OAI_DC); ServiceProvider underTest...