In the name of ALLAH, the most beneficient, the most merciful

Introduction to Web Services Development (CS311)

Question (select most suitable option)

  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