Re: [xsl] Data from DB in xsl

Subject: Re: [xsl] Data from DB in xsl
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Aug 2002 14:02:08 +0100
> on using <pre><xsl:value-of select="description"/></pre>,it works fine,but
> if the text is long it doesn't wrap.

well no because that's what <pre> does. prevent wrapping.

Your problem doesn't seem to be an XSLT one at all but rather an HTML
one. You should first figure out what HTML you want to generate.
Do you want a pre, or to mark paragraphs with <br> or to wrap each par
in a <p> etc. Once you have decided what the input string looks like and
what you want the generated HTML to be then you can start to think about
what XSLT can be used to get from one to another.

So first edit, by hand, a sample output file until it produces the
result you want.

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread