Bilal Haidar [MVP, MCT] Official Blog

Microsoft MVP ASP/ASP.NET, MCP, MCTS, MCPD, MCT
Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help
in Search

Browse by Tags

All Tags » XSLT, XPath, XML
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 = new XslCompiledTranform(true); Then, set a break point on the Tranform method call, when the ...
    Posted to Bilal Haidar [MVP, MCT] (Weblog) by BilalHaidar [MVP] on July 17, 2006
  • 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 ...
    Posted to Bilal Haidar [MVP, MCT] (Weblog) by BilalHaidar [MVP] on June 18, 2006
Powered by Community Server (Personal Edition), by Telligent Systems