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]
Other format: [Raw text]

RE: Data from DB in xsl


Hi,

> I have an intranet which user add data ot it using form, and 
> it's saved in
> the SQL 2000 DB. If the user put a paragraph in this form and 
> saves it in
> the DB, how can this data be displayed using xml/xslt so that 
> it appears
> exactly th way the user input it i.e. with paragraphs?

Add

  white-space: pre;

CSS property to the element that contains the text.

Jarno

 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]