tag

home / developersection / tag

XML Sitemaps and Search Ranking: A Definitive Guide
xml 12-Dec-2023
XML Sitemaps and Search Ranking: A Definitive Guide

Learn XML Sitemaps and Search Ranking: A Definitive Guide in this article

XML vs HTML
web development 28-Sep-2019
XML vs HTML

Where XML is a markup language but it is not similar to HTML. Which is designed to store data. This is popularly used for data storage or transfer of data. This is case sensitive.

XmlPullParser in Android
android 18-Feb-2015
XmlPullParser in Android

Hi all here we are going to implement XmlPullParser in Android

SAX parser in Android
android 18-Feb-2015
SAX parser in Android

In this article I am going to discuss about SAX parser in Android with example.

Android XML Processing with the DOM Parser
android 18-Feb-2015
Android XML Processing with the DOM Parser

I am explaining about xml parser in android

How to read and write XML in C#
xml 27-Jan-2011
How to read and write XML in C#

XML (Extensible Markup Language) is a flexible way to create common information formats and share both the format and the data on the World Wide Web, intranets, and elsewhere.

How to read data from XML file in C Sharp
xml 02-Aug-2010
How to read data from XML file in C Sharp

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st

How to read and write XML file through C sharp
xml 01-Aug-2010
How to read and write XML file through C sharp

How to read and write XML file through C sharpWriting XML file Here I’m creating an XML file through C#.privatevoid btnAccept_Click(object sender,

How to create XML file through C Sharp
xml 01-Aug-2010
How to create XML file through C Sharp

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st

How to Create XML file of Database in C Sharp
xml 01-Aug-2010
How to Create XML file of Database in C Sharp

To create XML file of Database we have to call WriteXml() function of Data Set. Examplestring strConnection = "Server=abc\\SQLEXPRESs;Database=Empl