Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on 

XSL IF and wrapping text

My code below works nicely...except I can't force the text wrap

It just keeps pushing out to the right.

Any ideas?

<td colspan="2" Style="width:450px !Important;text-wrap: unrestricted; height:40px;">
    <xsl:for-each select="EMRecExperience/EMRec">
        <xsl:if test="not(position() = 1)">
            <xsl:text>,&#160;</xsl:text>
        </xsl:if>
        <xsl:value-of select="."/>
    </xsl:for-each>
</td>
XML.NET ProgrammingMicrosoft Development

Avatar of undefined
Last Comment
zc2
ASKER CERTIFIED SOLUTION
Avatar of zc2
zc2
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Larry Brister
Larry Brister
Flag of United States of America image

ASKER

Perfect...thanks.
Starting to get my head around XML/XSL.  Been primarily SQL and VB programmer with literaly NO XSL over the years.
Avatar of zc2
zc2
Flag of United States of America image

Sure
.NET Programming
.NET Programming

The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.

137K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo