Bjorn Slegers
Guest
|
Posted:
Wed Jan 19, 2005 1:32 pm Post subject:
Problem with xsl in personal view |
|
|
Helo All,
I have done the following to adjust a column view in a doc lib.
- Turn the Webpart into an XSLT data view (in Frontpage 2003)
- Switch into code view
replaced a lin of code into the following
<xsl:value-of disable-output-escaping="yes"
select="ddwrt:Limit(string(@Body), 11, '')"/>
It works,
BUT
I have, for myself, created some personal views. And i also want to
edit these views to do the same (give me only the first 11 characters
of a column)
When i open these personal views (in FP), it doesnt work the same, i
get the page:
/forms/PersonalViews.aspx but i dont see the webpart to convert in
xsl.
How can i edit the xsl of the personal views as wel.
(I dont want to create public views, because some columns may not be
visible for everyone...)
Thanks in advance
Björn Slegers |
|