[xsl] white space prob

Subject: [xsl] white space prob
From: yan bai <bytj@xxxxxxxxx>
Date: Wed, 17 Oct 2001 12:15:01 -0700 (PDT)
I have a tag with an attribute like this:
<tagX
col1="a.  Here are some additional info:
 
        (i)   some info X.
        (ii)  some info Y.
        (iii) some info Z.
 
      b.  Here is the second part info.">

I want to transform this into:
<col1>
a.  Here are some additional info:
 
        (i)   some info X.
        (ii)  some info Y.
        (iii) some info Z.

 b.  Here is the second part info.
</col1>

I want to keep all white space just like before.  Or
do I need escaping for white space and new line?

Thanks in advance.

Yan




__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

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


Current Thread