Articles → XML → Introduction To XML
Introduction To XML
What Is An XML?
Is XML Case Sensitive?
Innertext Vs Innerxml
<User> AXAX
<id> LL
</id>
</User>
Data Island In Xml
<body>
<form id="form1" runat="server">
<XML ID="XMLID" runat="server">
<XMLDATA>
<DATA>TEXT</DATA>
</XMLDATA>
</XML>
</form>
</body>
What Is An XML Namespace?
<root xmlns=”http://www.w3.org/1999/xhtml/” xmlns:x=”http://www.w3.org/xml/xinclude/”>
<employee></employee>
<x:employee></x:employee>
</root>