-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.xml
More file actions
33 lines (33 loc) · 931 Bytes
/
notes.xml
File metadata and controls
33 lines (33 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<NoteBook>
<Note>
<Title>First Note</Title>
<Date>1/6/2025</Date>
<Content>This is the first (test) note</Content>
</Note>
<Note>
<Title>Second Note</Title>
<Date>1/7/2025</Date>
<Content>This is the second (test) note</Content>
</Note>
<Note>
<Title>Third Note</Title>
<Date>1/8/2025</Date>
<Content>This is the third (test) note</Content>
</Note>
<Note>
<Title>Fourth Note</Title>
<Date>1/9/2025</Date>
<Content>This is the fourth (test) note</Content>
</Note>
<Note>
<Title>Fifth Note</Title>
<Date>1/10/2025</Date>
<Content>This is the fifth (test) note</Content>
</Note>
<Note>
<Title>Sixth Note</Title>
<Date>1/11/2025</Date>
<Content>This is the sixth (test) note</Content>
</Note>
</NoteBook>