xsl-list
[Top] [All Lists]

Preserve Space in Variable

2004-03-01 23:17:31
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



<Prev in Thread] Current Thread [Next in Thread>