Tag Archives: xslt

Convert XSLT Variables to Upper or Lower Case

I had a situation where I needed to compare a query string parameter to a value in a list inside a data view web part in SharePoint Designer. If the two values matched in regards to the text, but did not match in regards to case (for example: SomeWord vs. someword), they would not [...]

Posted in Tips and Tricks, Web Parts | Also tagged , , , , | 4 Comments

Using XSLT in .Net

So you’ve finished writing your new XSLT file using your favorite XML/XSLT editing tool. Great. Now for the next problem, you’ve been given the task to transform thousands of XML documents using your new XSLT file. Great… There’s no way we can transform all of these documents by hand. At this point we should be [...]

Posted in .NET Framework | Also tagged , , , | Leave a comment