Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help

Browse by Tags

All Tags » XSLT, XPath, XML   (RSS)
Sorry, but there are no more tags available to filter with.

XSLT Debugging in .NET 2.0

You can now debug an XSLT document in .NET 2.0. You have now the XslCompiledTransform object that is used to do the transformation in .NET 2.0. When you create your instance of the XslCompiledTransform use this constructor: XslCompiledTransform xsl =

ToLowerCase or ToUpperCase in XSLT

This is a simple sample to show you how to transform the content of an element in an XML file from lower/upper case to upper/lower case First of all define a variable of the element as: <xsl:variable name="Title"> <xsl:call-template name="ToLowerCase">