Which of the following is correct syntax to associate link-04197
Which of the following is correct syntax to associate/link external DTD file in XML file?
This multiple choice question (MCQ) is related to the book/course vu cs311 Introduction to Web Services Development. It can also be found in vu cs311 Final Term - Quiz No.1.
Which of the following is correct syntax to associate/link external DTD file in XML file?
<!DOCTYPE SYSTEM "filename">
<!DOCTYPE root-element SYSTEM "filename">
<!DOCTYPE "filename">
None of the given