This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

white space prob


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]