OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook] \r\n becomes 
 when generating XHTML (for ePub)




> -----Original Message-----
> From: Bob Stayton [mailto:bobs@sagehill.net]
> Sent: Sunday, January 24, 2010 6:25 PM
> To: Boris Schäling; docbook@lists.oasis-open.org
> 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 

> [...] 




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]