edited by
3,790 views
1 1 vote

Which of the following statements is/are true?

P : An XML document with correct syntax as specified by W3C is called “Well Formed”.

Q : An XML documented validated against a DTD is both “Well formed” and “valid”.

R : <xml version=”1.0” encoding =”UTF-8”>

is syntactly correct declaration for the version of an XML document.

Select the correct answer from the options given below:

  1. P and Q only
  2. P and R only
  3. Q and R only
  4. All of P, Q and R

3 Answers

0 0 votes

Option A. P and Q only

<?xml version="1.0" encoding="UTF-8"?>  is syntactly correct declaration for the version of an XML document.[ref]

 

Answer:
Position:
Show:

Related questions

1 1 vote
2 2 answers
3.4k
3.4k views
Pooja Khatri asked Jul 13, 2018
3,427 views
The definitions in an XML document are said to be ______ when the tagging system ans definitions in the DTD are all in compliancewell-formedreasonablevalidlogical
2 2 votes
1 1 answer
3.9k
3.9k views
go_editor asked Jul 21, 2016
3,875 views
The _____ language was originally designed as the Transformation Language for Style Sheet FacilityXSTLXMLXQueryXPath
3 3 votes
1 1 answer
2.4k
2.4k views
Arjun asked Jul 2, 2019
2,422 views
Which of the following statements is/are true?P : In a scripting language like JacaScript, types are typically associated with values, not variables.Q : It is not possibl...
2 2 votes
1 1 answer
2.3k
2.3k views
go_editor asked Aug 10, 2016
2,269 views
Which of the following statements are true with reference to the way of describing XML data?XML uses DTD to describe the dataXML uses XSL to describe the dataXML uses a d...