xsl-list
[Top] [All Lists]

RE: Data from DB in xsl

2002-08-28 05:25:06
I think what Jarno was suggesting is the following:

   <td valign="top"><pre><xsl:value-of select="description"/></pre></td>

Try that and see if that does what you want.  If it doesn't, would you post
the resulting HTML code so we have a chance to see what is going wrong?

Thank you,
        Steve

-----Original Message-----
From: Stevenson Ngila [mailto:Stevenson(_at_)epr(_dot_)footman-walker(_dot_)com]
Sent: Wednesday, August 28, 2002 8:13 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Data from DB in xsl


i have tried:

<td valign="top" class="paragraph"> <xsl:value-of
select="description"/></td>

where "paragraph" is a css property containing:

.paragraph {
        white-space: pre;

}

and "description" is the xml value that contains text from the DB but still
doesn't work.

Any more ideas please??

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of
Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com
Sent: 28 August 2002 13:19
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] 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



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

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



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