Next in thread →
Next in month →
RE: [docbook] \r\n becomes when generating XHTML (for ePub)
> -----Original Message----- > From: Bob Stayton [mailto:] > Sent: Sunday, January 24, 2010 6:25 PM > To: Boris Sch鄟ing; > Subject: Re: [docbook] \r\n becomes when generating XHTML (for ePub) > > It isn't the stylesheet, it is the processor. The serializer in the > processor that generates the output bases its behavior on the "method" > attribute in xsl:output. It is the <xsl:output method="html"/> that > makes > the difference for the html stylesheet. In the xhtml stylesheet, there > is > <xsl:output method="xml"/> instead. In the case of "html", the output > is > actually SGML, which is what the original HTML was based on. I see. Thanks for the clarification! Then it's a XML vs. SGML issue? The processor follows some specs, and because those specs are different the output is different? And then there is indeed not much I can do, except converting all text files. Boris > [...]
Next in thread →
Next in month →