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

How To Make a Video With Photos

Make a Video From Photos -: For creating a video from photos there are many way. We can create easily video from the images. You can upload this video from YouTube, Facebook, Instagram etc. you can create video from Online using the internet connection or Offline using the installing the software. Today many software are … Read more

how to create a game in notepad

Introduction of Notepad -: Notepad is a very important tool for windows. It is looks like a text editors. In the notepad we can create many type file. We can create a XML file, Text file, Bat file,HTML file etc. Notepad provide the facility for saving these file in any format. If we want to … 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