XML Programming Series 01
- To write a program to parse xml document using sax parser.
- Write an XML which will display the book information.
- Which includes the following?
- Title of Book, Author Name, ISBN Number, Publisher, Edition, Price
- a) Write a DTD to validate XML File
b) Display XML as follows
1) The contents should be displayed in a table. The header of table should be in Grey color.
2) The author Names column should be displayed in one color & capitalized & should be in bold.
3) Use your own colors for remaining columns. Use XSL & CSS for above purpose.
No comments:
Post a Comment