Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Make Transform filter accept the file paths of the stylesheet #103

Merged
merged 1 commit into from
Jul 29, 2016

Conversation

furfurylic
Copy link
Owner

@furfurylic furfurylic commented Jul 29, 2016

As of now, Transform filter can allow style attribute only to be a URI. This patch relaxes this situation and make it allowed to be a file path too.

This makes

<!-- This property shall be a full file path -->
<property name="styledir" location="style"/>

...

<transform style="${styledir}/style.xsl">
...
</transform>

allowed also in Windows.

@furfurylic furfurylic merged commit 16717e3 into master Jul 29, 2016
@furfurylic furfurylic deleted the style-file branch July 29, 2016 23:30
furfurylic added a commit that referenced this pull request Oct 22, 2017
Make Transform filter accept the file paths of the stylesheet
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant