Skip to content

Commit

Permalink
Create data.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakalnirajan authored Mar 4, 2024
1 parent 2e37bf0 commit e180f86
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<students>
<student id="1">
<name>John Doe</name>
<age>20</age>
<grade>85</grade>
</student>
<student id="2">
<name>Jane Smith</name>
<age>22</age>
<grade>92</grade>
</student>
</students>

0 comments on commit e180f86

Please sign in to comment.