answersLogoWhite

0

You can compare this with English usage. I can say to you, "Jeet yet?" and you would probably understand me to mean, "Did you eat yet?" One of these sentences is valid English, the other is questionable.

In the same way you can write valid XML and you can write XML with numerous imperfections. Many XML language processors are capable of understanding both. However, it's safer to write valid XML.

User Avatar

Wiki User

∙ 12y ago

What else can I help you with?

Continue Learning about General Science

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

XML (apex)


How a spreadsheet is saved as testsxml in your documen ts in a folder called exams?

To save a spreadsheet as XML in a folder called "exams" within your documents, first open the spreadsheet in your preferred application (like Excel or Google Sheets). Then, choose "Save As" or "Download" and select the XML file format (e.g., .xml or .xlsx). Navigate to your "Documents" directory, locate or create the "exams" folder, and save the file there, naming it "testsxml." Ensure the file is saved successfully by checking the folder afterwards.


What is the advantage of using crystal reports?

1. Secure as End user cannot modifiy the data which is appear in the report if we use crystal report to show the report but in HTML, user can modify the report data 2. Report layout is not transparent, so that end user will not know about how we design the report. But in HTML, anybody can study the report layout and can copy the technology 3. Can export into different format like PDF, HTML, XML, etc., and many more...


In the latest Window version What consist of the several files that contain the system configuration information?

In the latest Windows version, the system configuration information is primarily stored in the Windows Registry, which consists of several files, including SYSTEM, SOFTWARE, SAM, SECURITY, and DEFAULT. These files are located in the Windows\System32\Config directory and hold settings for hardware, software, and user preferences. Additionally, configuration data may also be found in various XML files and the Boot Configuration Data (BCD) store, which manages boot settings.


How can you prepare 250cm3 of 0.5m mgso4 from stock solution of 2.5m mgso4?

Just put both of them together use your common sense duh😂😂😂

Related Questions

What is the difference between a well formed XML document and a Valid XML document?

Well-formed XML means that the XML is correct (it has only one root node, and all elements match an end element tag)Valid XML means that the XML can be validated to an XML Schema or DTD, and that all the tags in the XML are also in the Schema or DTD, and in the right place.


What is the difference between xslt and xml?

XML is a language used to store data. XSLT is a language which is used to transform XML into other XML.


What is difference between XML property and XML dimension?

The xml property returns the XML of a node and its descendants.Dimension is a type used for a variety of purposes for defining values


What methods valid XML?

you can use an xml editor to validate your xml and to make sure it is well formed and has no errors.


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 <xml> this is to denote strat of xml file and this </xml> denotes end of xml file. You have to use the right xml code or your xml file wont be valid or well formed.


Difference between java script and xml?

It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.


What are the differences between htmlxmlsgml and xhtml?

basikly xhtml is a mics of html and xml. the difference in html and xhtml is that xhtml is a more strict on the syntax and defined as a xml document. xml is a self defined language... in short it is a strikter html in xml format...


What is difference between binary file and Excel file?

When referring to Excel 2007, there are two file types you can use when you save a file, XML and binary. If you save the file as binary, then there is no difference between the two. If you save the file as XML, then the XML file contains XML formatting data (explanation beyond the scope of this question) and the binary file is formatted for computers to read directly.


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


What is the difference between GML Geography mark-Up Language and G-XML?

GML is a standard of the OGC and ISO (ISO 19136). G-XML is a standard of the Japanese Standards Association (JSA). Both standards are based on XML for the encoding of geographic information, however, G-XML is focused on location based services. G-XML is written in GML as a GML application schema.


Source code of xml?

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.


What are the difference between xml and sgml?

SGML had a variety of rules that made it difficult to parse correctly, and less legible than XML. XML was made to be more machine and human friendly. Both languages are otherwise remarkably similar, including DTDs and validation, as one would expect, since SGML was the ancestor of XML.