| Subject: Re: [xsl] Whitespace question From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx> Date: Tue, 18 Sep 2001 13:07:56 +0000 | 
In order to distinguish these two cases, you *must* preserve spaces. Once the space is stripped, they are identical, and no amount of XSLT wrangling will help.
Your options are (1) xml:space="preserve" in the original XML, (2) xsl:preserve-space in the XSLT, or (3) some switch to MSXML itself before beginning the transformation.
<xsl:template match="Bold">
     <B><xsl:apply-templates /></B>
</xsl:template>_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Whitespace question, David Carlisle | Thread | Re: [xsl] Whitespace question, Christopher R. Maden | 
| [xsl] How to get table format in PD, UTTAM SINGH | Date | Re: [xsl] Whitespace question, David Carlisle | 
| Month |