Latest Articles in the Category XML
Asif Sayed, Jun 28, 2007
This article will show you how to report on XML data with Crystal Reports and Windows Forms client.
Derek Smyth, Dec 15, 2006
XML Encryption is a W3C standard for encrypting XML elements. The encryption process involves taking an element from an xml document, encrypting it and it's children, and then replacing the original XML content with the generated encrypted XML in such a way as the document remains well formed.
Imran Nathani, Nov 03, 2006
"Efficiency in simplicity", that's what XML is all about. XML is great for information exchange because of its simple flat file structure and user defined tags. For any application to interact with another either an complex marshalling code would be required or a simple implementation of XML would suffice. MS SQL gives us the advantage of generating dynamic XML in our data queries itself. In this article we will see some of the common used SQL XML queries.
Sonu Kapoor, Sep 17, 2006
In this code-snippet I will show how you can convert a RSS feed to Atom.
Product Spotlight