eerohele / saxon-gradle

A Gradle plugin for running XSLT transformations with Saxon
MIT License
16 stars 6 forks source link

Fix issue #22 by using the resolved filename #23

Closed ndw closed 1 year ago

ndw commented 3 years ago

But this isn't the interesting PR :-)

Ignore this one if you accept the next one.

ndw commented 3 years ago

While I still think this PR is an improvement, it's also probably better practice to write

stylesheet "${projectDir}/src/style.xsl"

than

stylesheet "src/style.xsl"

And that also fixes the issue.