This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XSL stylesheet for XHTML



   David Carlisle <davidc@nag.co.uk> writes:

   > http://www.antenna.co.jp/XML/downfree/Xhtml2fo.xsl

   FOP doesn't like this one's output (claims 'inline formatting objects
   cannot be directly under flow').


looks like you are supposed to validate the input against (eg) XHTML 1.0
strict. (or XHTML 1.1)

then the content model of body only has block level elements.

If you use XHTML 1.0 transitional then the content model is %flow and 
so you are allowed a mixture of inline and block (which it looks like
neither of the stylesheets cope with) so they end up putting fo:inlines
from the inline html elements into the fo:flow from the html body.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]