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]

Re: XSL FO to HTML Stylesheet


Jon Smirl writes:

> What do you think about doing a stylesheet from XSL-FO to SVG and then
> running the Adobe SVG plugin in the browser? This would allow accurate
> formatting, the mixing of SVG images, and browsing.

If we could convert XSL FO to SVG by a stylesheet, FOP/XEP/PassiveTeX would  be
all useless  ;-). SVG is a graphical format - svg:text element is only a single
line of text, so you have to calculate all line breaks, inter-line spaces etc.
before generating SVG. (An alternative solution suggested in SVG WD is to wrap
all text blocks into an XHTML foreignObject; this would bring us back to the
starting point - it is virtually equivalent  to producing HTML directly).

I think the current level of precision achieved by the stylesheet is quite
sufficient for browsing.  There's enough space for improvements - e.g. using
CSS2 instead of CSS1 in the output HTML. I am not sure if such a precision makes
much sense with currently available browsers.

Regards,

Nikolai Grigoriev
RenderX


 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]