[xsl] Preserve Space in Variable

Subject: [xsl] Preserve Space in Variable
From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Mon, 1 Mar 2004 23:17:31 -0700
Hello,

How do I preserve space for the following doc:

<xsl:variable name="cSig"
select="document('campaign_signatures.xml')//SIGS"/>

The XML looks like this:
<SIGS>
 <SIG>
        <TITLE>Standard</TITLE>
  <S>Sincerely,<br/><br/><fname /> <lname /><br/><phone_cell /><br/><email
/><br/><br/><company_info/></S>
    </SIG>
 <SIG>
     <USERID>1</USERID>
        <TITLE>Karl 1</TITLE>
  <S>Your's Truly:<br/><br/><br/><fullname
/><br/><email/><phone/><br/><company_info/></S>
    </SIG>
</SIGS>

See the <fname /> <lname /> nodes?  There is a space there and I am losing
it after transformation.

Karl


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread