MCQs > IT & Programming > XML > Select a valid xml document with an internal document type declaration:

XML MCQs

Select a valid xml document with an internal document type declaration:

 

Answer

Correct Answer: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE addressbook [ <!ELEMENT ab (fullname,company,email)> <!ELEMENT fullname (#PCDATA)> <!ELEMENT company (#PCDATA)> <!ELEMENT email (#PCDATA)> ]> <addressbook> <fullname>Stephane Kasriel <company>Upwork</company> <email>[email protected]</email> </addressbook> 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

XML Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

XML Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it