Differing interpretations of whitespace collapsing

Good morning!

Two vendors produce different results for the following test:

<flow flow-name="frame-body" font-family="Times" font-size="20pt">

   <block>x x x x</block>
   <block>x <basic-link external-destination="url('test')">
   x</basic-link> x x</block>

</flow>

One vendor collapses the spaces in the second block such that all the "x"s 
line up vertically.  Another vendor preserves two spaces between the first 
two "x"s of the second block, thus the "x"s do not line up vertically.

I desire what the first vendor does: collapse the whitespace such that the 
"x"s line up ... but I cannot find text in the spec to defend that position 
to the second vendor.

I distilled this from my training material where I have in my XML:

   <text>And for details see: <ref idref="x"/> for more information
   ...
   <x>
   Title <m>with embedded</m> here</x>

Note how I use a single space around each side of the <ref/>.  I want the 
leading linefeed of the title to be tossed, but I cannot use XSLT's 
normalize-space() on the text node as that would abut the words "Title" and 
"with".

According to the spec, should the "x"s line up vertically in my test above?

Thanks for your help!

................. Ken

--
Upcoming hands-on courses:   Europe (XSLT/XPath):    May  5, 2003
-                            Europe (XSL-FO):        May 16, 2003
- (XSLT/XPath and/or XSL-FO) North America:      June 16-20, 2003

G. Ken Holman                mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0   +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 0-13-140374-5                              Definitive XSL-FO
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-10-1              Practical Formatting Using XSL-FO
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/f/bc

Received on Thursday, 10 April 2003 09:58:16 UTC