answersLogoWhite

0

there is no source code, xml is not a programming language, its a markup language for which you create your own tags, the basic xml syntax is <xml> to start an xml file, and </xml> to end the xml file.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why xml is not used to display data?

XML is not easy on the eyes. Charts and tables are.owers XML is a way to tell the browsers how to diplay the data, but it is not visible as it it sits in the source code of the webpage or domain.


What are the xml tools?

That depends on what you want to do, xml tools include; xml parsers xml validators xml editors xml schema editors xml code generators


Why XML is free and extensible?

xml is free because it is an open technology that does not require software to create it. XML is extensible because you write your own xml code and the open source nature of xml means it can work with just about any system or utility.


How do you fix xml?

If you open the xml in most web browser it will state an error code denoting the type of malformation of the xml. you can use an xml tool like an xml editor to validate and correct your xml.


What is an xml schema give sample code?

an xml schema is a blueprint for validating an xml file, you can see sample schema code in the tutorial in the link below.


How do you create a XML file from Scratch?

it is the same way to create xml file by converting into txt you have to use the correct xml syntax ie &lt;xml&gt; this is to denote strat of xml file and this &lt;/xml&gt; denotes end of xml file. You have to use the right xml code or your xml file wont be valid or well formed.


How do you get xml in HTML?

xml can be written straight into html code and vice versa using the correct syntax, ie your html in here and your xml in here


When you click on Save XML in Pokemon platinum EUR pokesav where do you find the code?

Open the XML with notepad


What would provide structured content that would indicate the code is describing?

XML (apex)


Is XML an open source language?

xml is simply text, you dont need any special software to write or create xml. In fact it is not even a programming language, it is a markup language.


How xml is different from HTML?

XML is more strict. For HTML, doing &lt;b&gt;&lt;i&gt;&lt;/b&gt;&lt;/i&gt; wouldn't matter. That would be invalid XML. Also, XML has no set tags. It's for storing and retrieving set data, that can be used with JavaScript code.


Does xml document support both human readable and machine readable formats?

No. Machines do not understand XML any more than they understand the works of Shakespeare. XML documents must be interpreted by a machine-code program that understands the meaning of the XML structure.