Skip to main content

Posts

Showing posts from May 19, 2017

XML BASICS

X ML BASICS 1. Create simple XML document template to describe a Books with book title, author name & publication. 2. Create an XML document template to describe the result of student in an examination. The description should includethe student's roll number, name, three subject names and marks, total marks, percentage, and result. 3. Suppose we want to store information regarding in Prescribed format in XML. For example. 4. Write a program to demonstrate comment of XML. 5. Create External DTD declaration for BOOKs XML document.(Element type declaration) 6. Create an internal DTD for Employee XML document. 7. Well-formed, but not valid document. 8. Well-formed and Valid Document. 9. Not well-formed, but valid document. 10. Not Well-formed and not valid document. A DVANCED XML 1. Write a program to implement the concept of Sequence,occurrences and choices in DTD. 2. Write a program to describe Empty, Any and Mixed content in DTD. 3. Write a program