The ddwrt tag has no wiki summary.
0
votes
2answers
724 views
ddwrt Schema Unavailable?
So:
I'm trying to use the ddwrt:FormatDateTime function in an XSL transform, but I'm getting the following error:
Exception details:
Method: ...
3
votes
2answers
503 views
Wrong formating of date in xslt
My xslt list view suddenly broke today, and it seems to be due to some date time formatting I've done (and that I'm unable to spot)
Today:<xsl:value-of select="$Today"/><br/>
...
0
votes
1answer
445 views
ddwrt:IfNew doesn't work in SharePoint Designer 2010
I used to use the ddwrt:IfNew in SP 2007 to show if docs or items are new but trying the below doesn't work. Any ideas....
<xsl:if test="ddwrt:IfNew(string(@Created))">
<img alt="" ...
1
vote
2answers
861 views
Duplicate the functions of the ddwrt xsl namespace
I am creating a custom print function for our Sharepoint data as we have some requirements about the way the data is formatted and some of this depends on the content. I am using xml and xsl for this ...
4
votes
3answers
315 views
Can the ID from a referenced column be obtained when using the Data View Part?
I have a Data View Part pulling from a list that has a lookup column to another list (title linked by ID)
And somewhere in the XSLT, it reads
<xsl:value-of select="@ColumnX"/>
Now since ...
2
votes
2answers
2k views
What is the best way to encode parameters to pass it to other List / Page?
I would like to know the best way to encode parameters (with a space or other unsafe characters) when passing these to another List.
With ddwrt:UrlEncode ?
<xsl:variable name="MyURL"
...