Using XSLT and .NET to Manipulate XML Files is an user friendly tutorial which gives guidelines for the programmers to learn about the process of manipulating XML data in .NET framework, with the help of XSLT. The author gives details about the...
This is a tutorial and an article where users can parse xml documents with xslt. The main idea of this article is to teach how to transform XML documents with XSLT using the sablotron XSLT processor. This project requires the expat XML parser. The...
What exactly is XSLT useful for and why would you, as an ASP.NET developer, want to learn about it? The answer boils down to the capability of XSLT to transform XML documents into different formats that can be consumed by a variety of devices,...
XML and PHP is a clear, concise guide to the synergies between XML and PHP, many of which are not immediately visible to intermediate developers. XML and PHP demonstrates how PHP and XML can be combined to build cutting-edge Web applications. It...
Binding, Sorting, and Paging XML with a DataGrid is a web based tutorial which helps you to learn about displaying the contents of the XML document in the datagrid control. In this tutorial the author explains the users, how to bind the data of...
Generate .NET Code With XSLT is an ASP.NET tutorial in which author gives information about the concepts of XSLT and the processes of utilizing XSLT in generating the VB.NET code. From this tutorial the beginners can gather information about XML...
Learn to read and write XML with .NET's XML classes is an ASP.NET tutorial in which programmers can learn about the procedure for reading and writing the XML documents by using XmlReader and XmlWriter classes respectively. The author elaborates...
Reading, Storing and Transforming XML Data in .NET - Introduction is an easy to understand tutorial in which author elaborates the method of storing and writing data to a local XML file, method of utilizing conditional testing and the procedure...
Web Based FTP with Raw Sockets and PHP is a PHP based tutorial that explains the usage of PHP and sockects in building FTP. Using this tutorial you will be able to generate utilities to download, delete, rename and upload files through FTP. Users...
Working with dates and times in PHP is an article that teaches about the usage of dates and times in PHP projects. The author gives a sample PHP code function for this purpose on the page for easy understanding. The author deals in the following... |