Re: [xsl] fo:inline within fo:basic-link (extra output space)

Subject: Re: [xsl] fo:inline within fo:basic-link (extra output space)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 13 Nov 2007 09:55:24 GMT
> I don't have an <xsl:output> instruction, 

hmm, it certainly looks like _something_ is indenting, is XSLT doing the
serialising or are you passing an in memory tree to another processor?

> It only allows, but doesn't require, the 
> insertion of white space..

yes but an xslt processor has no knowledge in general of where white
space is significant in the output (by default all white space in XML is
significant)  so if you have indenting turned on, then you will
typically get white space if you convert that serialised result to a
rendered document.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread