Schema In XML

Introduction of Schema -: This is define a set of rules for xml documents. It is more powerful than DTD(Document Type Definition). DTD can be included within an XML file or they can be external. Schema are always external files. An XML Schema describes the structure of an XML document. These are written in xml … Read more

Document Type Definition in XML

What is Document Type Definition -: A Document Type Definition or (DTD) is a set of rules We define in our XML documents. We are using XML to exchange financial information between your bank and your home computer. If the format of your XML document isn’t consistent throughout, your savings account data could be interpreted … Read more

Attributes in XML

What is the attributes in xml -: In the XML language attributes are the way to add additional data to the XML element. Attributes contain data in form of name and value pairs. Attributes are designed to contain data related to a specific element. Attribute Types in XML-: There are three type in XML Attribute. … Read more

Syntax rules for writing xml document

Syntax of XML-: The syntax rules are very easy in xml. These are very easy to learn and use . We know that in the xml document have a root elements that is the parent of all elements. There are some rules are define in the XML language these are the.. 1. -: XML prolog-: … Read more

XML tree structure

XML Tree -: XML documents seemed like a tree. A tree start his root and have a many branched. XML documents have a hierarchical structure and conceptual as a tree structure so it is called XML tree. XML documents must contain a root element (one that is the parent of all other elements are child … Read more

how to create a XML file

Create a XML File-: We know that the XML is often used for distributing data over the Internet. XML plays an important role in many different IT systems.For example all the website has a sitemap. For creating a sitemap we are using a xml file. In the many search engine as like google, yahoo, Bing … Read more

how to use of XML

What is the use of XML-: Before we start XML language this is necessary to know that what are use of XML language. XML is used in many aspects of web development. we know that XML does not carry any information about how to be displayed. There are many use of XML language these are … Read more

What is XML

Introduction of XML -: Extension Markup Language is a full name of XML .It (XML) is used for storing and transferring data. You can create your tag in XML. Like the HTML language XML is based on SGML( Standard Generalized Markup Language). XML was designed with the Web in mind. XML doesn’t depend any platform … Read more