A hopefully simple question.
I currently use a Command line interface to call java program Saxon with the command:- [path]java.exe -jar [path]saxon7.jar [path]input.xml [path]transform.xsl >[path]output.html
Can I call Saxon to do the same thing but from within a php script as opposed to from the CLI?
If so how?