[ http://issues.apache.org/jira/browse/FOR-492?page=all ]
David Crossley updated FOR-492: ------------------------------- Description: Sites generated by Forrest have inconsistent line endings when created on a Windows platform. I did a little testing, here's what I have discovered so far: - any file that is processed by XSLT has the line endings problem - on investigating one such file (index.html) I discovered that the generated comments from site2xhtml.xsl (such as breadtrail comment) have LF endings whilst most other lines have CRLF endings. I'm running on Windows, and get the same results whether I run under CYGWIN or DOS. To reproduce run "forrest site" in any site and check out the generated docs in build/site. This appears to a result of the XSLT transformations. xsl:comments retain the line endings contained in the XSL file, whilst other line endings are set to the environment default. Is there a way to tell the XSLT transformer what line endings to use? was: Sites generated by Forrest have inconsistent line endings when created on a Windows platform. I did a little testing, here's what I have discovered so far: - any file that is processed by XSLT has the line endings problem - on investigating one such file (index.html) I discovered that the generated comments from site2xhtml.xsl (such as breadtrail comment) have CRLF endings whilst most other lines have LF endings. I'm running on Windows, and get the same results whether I run under CYGWIN or DOS. To reproduce run "forrest site" in any site and check out the generated docs in build/site. This appears to a result of the XSLT transformations. xsl:comments retain the line endings contained in the XSL file, whilst other line endings are set to the environment default. Is there a way to tell the XSLT transformer what line endings to use? Fixed the Issue Description which had reversed discussion about the line-endings, i.e. changed "CRLF endings whilst most other lines have LF endings" to "LF endings whilst most other lines have CRLF endings". > Inconsistent Line Endings in generated sites > -------------------------------------------- > > Key: FOR-492 > URL: http://issues.apache.org/jira/browse/FOR-492 > Project: Forrest > Type: Bug > Components: Core operations > Versions: 0.7 > Environment: Windows (with or without CYGWIN) > Reporter: Ross Gardler > Priority: Blocker > Fix For: 0.8-dev > Attachments: index.html > > Sites generated by Forrest have inconsistent line endings when created on a > Windows platform. > I did a little testing, here's what I have discovered so far: > > - any file that is processed by XSLT has the line endings problem > - on investigating one such file (index.html) I discovered that the > generated comments from site2xhtml.xsl (such as breadtrail comment) have LF > endings whilst most other lines have CRLF endings. > > I'm running on Windows, and get the same results whether I run under > CYGWIN or DOS. > > To reproduce run "forrest site" in any site and check out the generated docs > in build/site. > This appears to a result of the XSLT transformations. xsl:comments retain the > line endings contained in the XSL file, whilst other line endings are set to > the environment default. > Is there a way to tell the XSLT transformer what line endings to use? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira