Upload New File

parent a2862dbf
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="bookstore.xsl"?>
<library>
<book>
<title>Introduction to java</title>
<author>GAGAN B</author>
<year>2020</year>
</book>
<book>
<title>SPRINGBOOT</title>
<author>RISHIKESH</author>
<year>2019</year>
</book>
<book>
<title>REACT</title>
<author>TWINKLE</author>
<year>2022</year>
</book>
<book>
<title>C#</title>
<author>JAY</author>
<year>2019</year>
</book>
</library>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment