[xsl] keeping text together in PDF

Subject: [xsl] keeping text together in PDF
From: Nadia.Swaby@xxxxxx
Date: Mon, 16 Jan 2006 10:11:46 -0500
Hi all,

I have a problem with an XML Document that is being rendered to PDF, using
AntennaHouse.  The XML contains the following text:
for Sand Castings is .125"

When the document is rendered to PDF, the . (period) gets separated from
the 125".  I discovered that a way around this is to create the fo document
as follows:
<fo:block>
      ....for Sand Castings is <fo:inline keep-together.within-line="always
">.125"</fo:inline>
</fo:block>

This is what I need to know:  Is there any way (using XSL 1.0) to surround
a string that contains '.n(1-5)" ' with an fo:inline element?  Or will I
have to add and element to the XML so that the user can specify which text
need to be kept on the same line?

Thanks

Nadia Swaby
Knowledge Management, Plant #22
Pratt & Whitney Canada
905-564-7500 ext. 5466

Current Thread