You are on page 1of 1

Date : 3rd March 2012

MBATech IT Trim VI
Web Technology and Application
Assignment 1

1. Write short notes on :


a. Client/Server Programming
b. Server Side Includes
c. Server Side Applications
2. Can HTML and XML be interchanged? Why?
3. Explain with example the different ways DTDs can be declared. What are the
Advantages & Disadvantages of using DTD?
4. Why is schema better than DTD? Give an example to explain the basic structure
of a schema.
5. For the following Scenario write the DTD & XML showing all acceptable
options.
a. DTD defines a bookstore. It states that a bookstore has a name, and stocks
books on at least one topic. Each topic has a name and 0 or more books in
stock. Each book has a title, author and ISBN number. The name of the
topic, and the name of the bookstore stores parsed text data. The title and
author of the book are stored as text data that wont be parsed for further
characters by the XML parser. The ISBN number is stored as an attribute
of the book.
b. DTD defines musicstore. It states that a musicstore has various albums.
Each album has required attributes name and available which could be yes
or no, by default yes. Each album has atleast one singer or more. Each
singer has firstname & lastname which contains parsed textual data.
Singer may have an attribute website. Create entity for salutation Mr., Ms.
Which could be included in the firstname.
c. Create a DTD for master & transaction table relation for the following:
6. Explain the DHTML tags used in XML DSO.
7. Explain XSLT Transformation.

(Pratidnya S. Hegde Patil)


Asstt. Professor, IT Dept.
Date of Submission : 22nd March 2012

You might also like