Formatting XML with CSS (a.k.a my favorite jokes) is an article in which author gives details about the procedure for formatting XML documents using Cascading style sheet. For easy understanding the author gives detailed description on formatting...
Advertisement
From XML to Database using the XmlTextReader is an easy to understand tutorial in which the author discusses about the process of migrating the content of the XML files into database with the help of XmlTextReader. The author gives details about...
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...
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...
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...
This is a tutorial and an article which generates the file formats like .svg, .cvs, and .pdf. This article is used for transforming XML document into a HTML document. XSLT is a collection of templates and rules. In this tutorial a parser is...
Using this tutorial one can learn about displaying XSL or XML in all client side browsers. In this tutorial the author demonstrates this process by merging XML or XSL server side with the help of ASP to deliver output in exact HTML format. This...
This recipe illustrates an XML RPC server using twisted with support for HTTP basic client authentication.
This article deals with searching using XML file. In this tutorial the author demonstrates this process by searching on ASP RSS file (RSS.xml) to gather information. The author says that using RSS file is a perfect mode to display data on ASP...
This article focuses on integrating XML with relational databases. It brings out the options for transferring data between XML documents and relational databases and demonstrates how this can be achieved via Perl. All the examples from this... |