↧
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 caseFirst of all define a variable of the element as:...
View ArticleXSLT 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...
View Article