edited by
2,914 views
1 votes
1 votes

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
edited by

3 Answers

0 votes
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:

Related questions

1 votes
1 votes
2 answers
2
Pooja Khatri asked Jul 13, 2018
2,692 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 votes
2 votes
1 answer
3
go_editor asked Jul 21, 2016
3,284 views
The _____ language was originally designed as the Transformation Language for Style Sheet FacilityXSTLXMLXQueryXPath