InterviewSolution
Saved Bookmarks
| 1. |
What are the two ways to define DTD (with respect to xml)...?? |
| Answer» The first way is to use the DTD in the same file i.e. write the DTD in the original xml document.The second way is to write the DTD in another file, save it with extension .dtd and enter the following prolog in the xml document.Here valid.dtd is the name of the DTD file. | |