What is the correct syntax when we define XML version?
Answer / Arya Kumari
The correct syntax to define XML version is by using a processing instruction (PI) at the beginning of the document, before any XML declaration. The PI should be <?xml version="version" encoding="encoding"?> where 'version' specifies the version number and 'encoding' defines the character encoding used in the document.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is xml a programming language?
What are xml tags?
Can an application process documents that use xml namespaces and documents that don’t use xml namespaces?
How many types of xpath are there?
What is an xml feed?
Can you open xml in excel?
If I start using xml namespaces, do I need to change my existing dtds?
Does the xml namespaces recommendation define anything except a two-part naming system for element types and attributes?
What is wsdl used for?
How do I find rss feed url?
Is xsl and xslt the same?
Explain about the techniques for processing xml files?