Commit de059266 authored by Steinberg, Jan's avatar Steinberg, Jan
Browse files

JAS Transformation

parent 1126a788
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1033,7 +1033,7 @@ public class XsltTransformerOaiPmhBundlesStreamSourceTest {
                getResourceAsStream("xslt/jas-oai_dc-2-xmlbundle.xslt"), StandardCharsets.UTF_8);
        map.put("oai_dc", oaiDcXsltString);
        
        XsltTransformerOaiPmhBundlesStreamSource bss = new XsltTransformerOaiPmhBundlesStreamSource("http://journal.binus.ac.id/index.php/jas/oai/", map);
        XsltTransformerOaiPmhBundlesStreamSource bss = new XsltTransformerOaiPmhBundlesStreamSource("https://journal.binus.ac.id/index.php/jas/oai", map);
        
        Bundle bundle = bss.getBundle("oai:ojs.journal.binus.ac.id:article/1533");
        LOG.info("{}", bundle);