https://bz.apache.org/bugzilla/show_bug.cgi?id=62594
--- Comment #5 from Jaikiran Pai <[email protected]> --- I forgot to get back to this issue. I saw your patch and I think it's mostly fine. However, in the patch: - <xsl:result-document href="{$output.dir}/index.html"> + <xsl:result-document href="file:///{$output.dir}/index.html"> I read the java.net.URI class' javadoc, I wonder if the patch should just do: - <xsl:result-document href="{$output.dir}/index.html"> + <xsl:result-document href="file:{$output.dir}/index.html"> (of course, in the rest of the patch too). Would it be possible to give that a try on Windows? -- You are receiving this mail because: You are the assignee for the bug.
