aboutsummaryrefslogtreecommitdiff
path: root/test/bookmarks.xbel
blob: 487fc5b99fba4545aad74ef479942457894e83bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xbel>
<xbel version="1.0">
    <bookmark href="https://some.url">
        <title>some website</title>
    </bookmark>
    <folder folded="no">
        <title>a folder</title>
        <bookmark href="https://another.website">
            <title>another website</title>
        </bookmark>
    </folder>
</xbel>