Repository: ant Updated Branches: refs/heads/master 7051493ef -> e7d5d49db
extension is ignored when both in and out are given http://stackoverflow.com/questions/34588194/attribute-extension-in-xslt-task-doesnt-work Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/e7d5d49d Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/e7d5d49d Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/e7d5d49d Branch: refs/heads/master Commit: e7d5d49dbb68caac23d3138064c8904b82b681cc Parents: 7051493 Author: Stefan Bodewig <[email protected]> Authored: Tue Jan 5 17:17:05 2016 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Tue Jan 5 17:17:05 2016 +0100 ---------------------------------------------------------------------- manual/Tasks/style.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/e7d5d49d/manual/Tasks/style.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/style.html b/manual/Tasks/style.html index f02b98e..a1b9f2d 100644 --- a/manual/Tasks/style.html +++ b/manual/Tasks/style.html @@ -92,7 +92,8 @@ element which is used to perform Entity and URI resolution.</p> <td valign="top">extension</td> <td valign="top">desired file extension to be used for the targets. If not specified, the default is ".html". Will be ignored if - a nested <code><mapper></code> has been specified.</td> + a nested <code><mapper></code> or both <code>in</code> and + <code>out</code> have been specified.</td> <td align="center" valign="top">No</td> </tr> <tr>
