Draw the XML tree for the code given below: Harry PotterJ K. Rowling200529.99Learning XMLErik T. Ray200339.95
Answers
Answered by
2
<?xml version="1.0" encoding="UTF-8"?>
<bookstore>
<book category="popular novel">
<title lang="en">Harry Potter</title>
<author>J.K. Rowling</author>
<year>2005</year>
<price>99</price>
</book>
<book category="learning">
<title lang="en">How-to for dummies</title>
<author>Erik T.Ray</author>
<year>2003</year>
<price>95</price>
</book>
</bookstore>
<bookstore>
<book category="popular novel">
<title lang="en">Harry Potter</title>
<author>J.K. Rowling</author>
<year>2005</year>
<price>99</price>
</book>
<book category="learning">
<title lang="en">How-to for dummies</title>
<author>Erik T.Ray</author>
<year>2003</year>
<price>95</price>
</book>
</bookstore>
Similar questions
Science,
8 months ago
Computer Science,
8 months ago
Math,
1 year ago
Math,
1 year ago
Computer Science,
1 year ago
Biology,
1 year ago