You are on page 1of 2

Assignment No.

01 Total Marks: 20
Semester: Fall 2023 BC200204374
Introduction to Web Services Development – CS Muhammad Zeeshan
Problem Statement: Marks 20

You are required to write XML code for the following XML tree.

CODE:
<?xml version="1.0" encoding="UTF-8"?>
<stall>
<book>
<price> 345.95 </price>
<title> Introduction to Computer </title>
<author>
<name>
<first-name>Javed</first-name>
<last-name> Akhtar</last-name>

</name>
<contact>
<phone> 0303-4101785</phone>
<E-mail> BC200204374</E-mail>

</contact>
</author>
<copies> 3035</copies>
<discription> Basic Understanding about Computer </discription>

</book>
<computer>Core i5 III Generation </computer>
<laptop>Core i7 II Generation </laptop>
</stall>
BEST OF LUCK

You might also like