ASP.NET , C# – Configuring to use XML to display error and validation message Step 1 – Add XML file to store error and validation […]
Category: XML Articles
Overview of XML Support in SQL Server versions
XML Support in SQL Server versions SQL Server 2000 OpenXML – XML Decomposition to Relational Select … FORXML – Relational Composition to XML Server side […]
How XML can be stored in relational database ?
How XML can be stored in relational database ? There are three ways XML can be stored in relational database. 1. XML can stored as […]
Xml Tutorial : XPath ( Xml Path Language )
XPath General purpose query language for identifying nodes in an XML document Supports standard comparison, Boolean and mathematical operators (=, <, and, or, *, +, […]
XML Tutorial :XML transformation using XSLT with example
XSLT is used to transform XML data into a different form (commonly XML or HTML). Few characteristics of XSLT : The language used for converting […]
XML Tutorial : Introduction to XML
XML stands for EXtensible Markup Language XML Document below : <ORDER><NUM> PO-1234 </NUM><CUSTID> SAM </CUSTD><ITEM> COMPUTER </ITEM><QUANTITY> 5 </QUANTITY><PRICE> 138 </PRICE></ORDER> Components of an XML Document […]
