Cs795a

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

WRITAM MALLIK

CSE-A-04
Question 1
Page 1
Page 2
Page 3

Sample XML Data Format ( Page 1 Form Data)


<?xml version="1.0" encoding="UTF-8"?>

<container>

<name>

<applicantname>

<firstname>

WRITAM

</firstname>

<lastname>

MALLIK
</lastname>

</applicantname>

<fathername>

<firstname>

MANAS

</firstname>

<lastname>

MALLIK

</lastname>

</fathername>

<mothername>

<firstname>

SOMA

</firstname>

<lastname>

MALLIK

</lastname>

</mothername>

</name>

<contact>

<email>

xyz@gmail.com
</email>

<countrycode>

+91

</countrycode>

<phone>

123456789

</phone>

</container>

Question 2

Render1.html
Render2.html

You might also like