<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#CCCCCC">
    <p><font size="+1"><font face="Courier New, Courier, monospace">Now
          that *is* really cool. Many thanks (again) Peter.</font></font></p>
    <div class="moz-cite-prefix">On 12/03/18 13:54, Peter Stadler wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:FE6D2E0D-66C2-4E38-8C99-4C7DBF7C8024@weber-gesamtausgabe.de">
      <pre wrap="">I think what’s expensive here is that you spin up a JVM for every file.
You can prevent this by passing a directory to the Saxon CLI as input parameter which should be way faster. (You’d need to concat the results in a second step, then)

Best
Peter

</pre>
      <blockquote type="cite">
        <pre wrap="">Am 12.03.2018 um 13:54 schrieb Lou Burnard <a class="moz-txt-link-rfc2396E" href="mailto:lou.burnard@retired.ox.ac.uk"><lou.burnard@retired.ox.ac.uk></a>:

I want to run a simple XSLT script against each of about 50,000 small RDF files, sending the output to a single file. I can do it at the command line, but I'd like it to complete within my lifetime, or preferably before lunch. Is there a better way than saying "for f in *.rdf; do saxon $f mystylesheet.xsl >> output.xml; done" ?

_______________________________________________
oXygen-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
      </blockquote>
      <pre wrap="">
--
Peter Stadler
Carl-Maria-von-Weber-Gesamtausgabe
Arbeitsstelle Detmold
Hornsche Str. 39
D-32756 Detmold
Tel. +49 5231 975-676
Fax: +49 5231 975-668
stadler at weber-gesamtausgabe.de
<a class="moz-txt-link-abbreviated" href="http://www.weber-gesamtausgabe.de">www.weber-gesamtausgabe.de</a>

</pre>
    </blockquote>
    <br>
  </body>
</html>