XPath General purpose query language for identifying nodes in an XML document Supports standard comparison, Boolean and mathematical operators (=, <, and, or, *, +, […]
Category: XML Tutorial
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 […]
