Skip to main content

XML BASICS

ADVANCED 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 to describe Attribute declaration in DTD.(Default, String, Tokenized, Enumerated)
4.Write a program to demonstrate conditional sections in DTD.
5.Write a program which describe XML document and corresponding Schema.(for simple types)
6.Write a program which describes XML document and corresponding Schema (for Complex type).
7.Write a program which describes XML document and corresponding Schema (use of minoccurs, maxoccurs attribute).
8.Write an XML schema and show the corresponding XML document for credit card.
9.Write a program to show the corresponding XSLT document which convert XML document into HTML format.


Comments