Posts tagged with "XML"

Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. It is defined by the W3C's XML 1.0 Specification and by several other related specifications, all of which are free open standards.

ASP.NET : Display XML Data

February 5, 2011 by Christoff Truter - 2 Comments

Two simple methods on how to bind/display XML data using ASP.NET

ASP.NET   XML  

MSSQL : The argument x of the xml data type method

May 18, 2010 by Christoff Truter - 12 Comments

How to pass values to SQL XQuery functions only accepting literal strings.

SQL   XML