| Building Practical Solutions with EXSLT |
| MSDN |
| Oleg Tkachenko shows how to make XML programming easier, and explains how to boost your productivity using XSLT and XPath extensions provided by the EXSLT.NET library. |
|
| HOW TO: Format DateTime and Date Values in the XML Extracted from an ADO.NET DataSet by Using Visual C# .NET |
| Microsoft Support |
|
(330597) - This step-by-step article describes how to format DateTime and Date values in the XML that is extracted from an ADO.NET DataSet object. In ADO.NET, the DateTime and Date values of DataTable columns are written in the XSD DateTime and Date formats when...
|
|
| HOW TO: Manage Multilanguage Web Forms Solutions (Q315903) |
| http://www.kbalertz.com/ |
| This article demonstrates how to use an XML data-island and the .NET |
|
| Paging Through XML Records using ASP.NET and XSLT |
| XML for ASP.NET |
| This sample application shows how to page through XML records using XSLT and ASP.NET. |
|
| Target Multiple Devices with a Custom ASP.NET Server Control and XSLT |
| XML for ASP.NET |
| There are several different ways to target multiple devices such as browsers, PDAs, and phones in the .NET platform including the Mobile Internet Toolkit and .NET Smart Device Extensions. This sample application demonstrates how to write a custom ASP.NET server control that can target a variety of devices using XML and XSLT. |
|
| Transforming XML Into RSS |
| DotNetJunkies |
| This site has tons of great content that changes very frequently. Many developers want to read these articles as soon as they come out, because they enjoy the content and the authors as well. Currently, the only way of knowing when an article is released, you must use your browser to surf to the site or the web services to manipulate the response in your own way. This may be fine for many of you, but there is another solution. Many users of this site have been introduced to the world of weblogs |
|
| Translating RSS With XSLT |
| DotNetJunkies |
| In Jeff's first article he told us what RSS was; in this article he's going to show us how to translate an article into a nice UI using XSLT. |
|
| Using .NET XSLT Extension Objects in XSLT Stylesheets |
| XML for ASP.NET |
| XSLT is a powerful language that can be used to transform XML into other formats such as HTML, flat-file, and even other forms of XML. However, XSLT does not contain all of the power found in languages such as C# or VB.NET. In situations where you need to perform functions that XSLT cannot handle on its own, you can resort to XSLT extension objects. |
|
| XML paging using XML + XSL + CSS |
| The Code Project |
| Send params to an XSL file |
|
| XML Serialization |
| XML for ASP.NET |
| The .NET platform offers powerful serialization capabilities. This example shows how the Web.Config file can be updated using ASP.NET and XML Serialization techniques. By serializing/deserializing the file, an object-oriented approach can be taken when making modifications. |
|