-
Notifications
You must be signed in to change notification settings - Fork 3
Invoking Saxon from Java
Tim L edited this page Oct 14, 2013
·
19 revisions
This page describes how to apply grddl.xsl to an arbitrary (XML) file (e.g.) within a Java application.
- Download
-
Using s9api for Transformations outlines the steps:
- create new net.sf.saxon.s9api.Processor(false) (not licensed)
-
XsltCompiler compiler = processor.newXsltCompiler()
to create a XsltCompiler -
XsltCompiler.
compile(Source)