Skip to content

Category Archives: General

How to Retrieve Data from SQL Server Database in XML Format?

After the release of the SQL Server 2000 the way the data is retrieved has taken a new dimension. The support for XML format is there from the version of SQL Server 2000.

An Introduction To XML

Extensible Markup Language (XML ) is a mark up language that provides a format for describing structured data. XML provides a means of including metadata in web documents.

How to Perform DTD Comparison on Two SGML Or XML DTD Files

The main purpose of a DTD file is to identify and classify the official building blocks of the XML document. It is commonly used to define the structure of the XML document by creating a list of the lawful elements. The declaration of the DTD can be done in two ways.

MS Word XML Markup Language For Simplicity

The Extensible Markup Language can best be defined as a subset of the Standard Generalized Markup Language. It is called ‘extensible’ because it allows users to add their own elements in it. It has one keyword: simplicity.

Why Do We Even Need XML Anyway?

To learn about XML (eXtensible Markup Language) we need to first know what markup languages are. Markup languages are designed for the processing, definition, and presentation of documents containing structured information. The language specifies code for formatting, both the layout and style, within a text file or document. HTML is an example of a widely known and much-used markup language.

Understanding the Multifarious Aspect of XML Application

The studio of XML is primarily responsible for the work development and creation of applications of XML but the utilitarian advantage is beyond the boundaries in various other aspects as well. This can be very well understood through a deeper understanding of the different types of functional attributes that are associated with this particular concept.

Why You Need XML to Reuse Learning Content

In his seminal article Education and Training: the Road Ahead, Joe DiDonatos refers to the 20/30/50 model for delivering and teaching content. In this framework, the most effective and long lasting training results are derived from the following mix: 20% classroom training, 30% e-learning and 50% performance support. Unfortunately, training organizations are far from delivering to learners this ideal blended learning environment.

Structured Authoring and the Evolution of XML Standards – Two Perspectives on XML

XML may be construed as a single technology, yet this ubiquitous core technology supports some very diverse uses. This article explains document- vs. data-centric XML and analyzes how both forms of XML have evolved over the past decade, as well as the current state of each.

XML Or Binary Serialization – That is the Question

NET 2.0 and 3.0 offer two very different ways to serialize object data into something else, namely XML and bytes. This article will compare the two methods for you, as well as offer some words of wisdom. XML Serialization saves memory when the size of the data contained in the object being serialized is less than the size of the class definition plus the data contained in the object. This is because Binary Serialization includes the class definition within its serialized results and XML Serialization does not.

Understanding XML Server

XML Server can be a Web Server that stores the XML files in it and serves them on demand. The XML Server would have processing capabilities with an XML engine and to transform the XML document to other forms. Basically a server which hosts and serves the XML documents is called a XML Server.