Write a DTD for an XML document that stores company profiles. Each company is represented by a company element. Profiles must contain a name element and a tour element. Element tour points to a .jpg image or to an HTML page that relates to the company. Element tour should specify the type of image or document to which it points. [Note: The type of image should be specified by a NOTATION type attribute.]. Also write an XML document and validate it against this DTD.
What will be an ideal response?
```
Worlds leading company in software Engg
http://xyzinc.com/logo.gif
One of the Worlds leading firm in micro technology
http://anyxyzinc.com/index.html
```
You might also like to view...
Assuming dataFile is a file stream object, the following statement:
dataFile.close(); a. is illegal in C++ b. needs a filename argument to execute cor-rectly c. closes a file d. is legal but risks losing valuable data e. None of these
Write a program in a class NumberAboveAverage that counts the number of days that the temperature is above average. Read ten temperatures from the keyboard and place them in an array. Compute the average temperature and then count and display the number of days on which the temperature was above average.
What will be an ideal response?
James wants to sync his Android phone to back up his pictures. However, he does not want to sync his data files. How can James select what to synchronize from his phone to Google storage?
A. Sync app B. Device maintenance C. Connections D. Settings app
____ for error control is becoming a mode of operation for some modern wide area network transmission techniques.?
A. ?Returning a message B. ?Toss the frame/packet C. ?Correcting the error D. ?Fixing the error