> -----Original Message-----
> From: Boris Sch鄟ing [mailto:]
> Sent: Tuesday, January 19, 2010 10:16 PM
> To:
> Subject: [docbook] \r\n becomes when generating XHTML (for ePub)
>
> I'm including Windows text files with \r\n end line markers. When I
> generate
> XHTML (for ePub) all lines end with a . When I generate HTML no
>
> is inserted. I don't know if the output is different because the
> stylesheets
> are different or because the tools I use (xsltproc for HTML vs. the
> ePub
> converter which invokes xmllint).
As it turns out the problem is caused by the tools: "xsltproc --xinclude"
does not insert when it sees \r\n while "xmllint --xinclude" does. I
don't know why there is a difference as they are both coming from the
libxml2 project. As I couldn't find a command line option which I could set
for xmllint to ignore the \r I probably have to use another trick.
Boris