Pat’s .Net and Sharepoint Blog
In the Microsoft Sharepoint and .Net Trenches

Line feeds / Line breaks Sharepoint Dataviews

December 2nd, 2008 . by <Patrick/>

After having published an Infopath form with a rich textbox field to a document library, I created a dataview of the list.

The column that came from the rich textbox control (Comments) lost it’s linebreaks. In order to fix the problem I used the following code:

 <xsl:value-of select="ddwrt:AutoNewLine(string(@Comments))" disable-output-escaping="yes" />

Â


Ohh baby I found some goodies today!

June 10th, 2008 . by <Patrick/>

Check out all these cool features you can install on your dev VPC’s….

http://www.codeplex.com/features

I’ve installed the Debugger feature and it’s already saving me some time!

I must admit going into the Debug menu selecting the three or four worker processes and then clicking on the Attach button was getting pretty tedious.