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


> 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


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