mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
Make a bookmark testfile roundtrippable
This will be used in new tests in the following commit.
This commit is contained in:
@@ -1,21 +1,18 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE xbel
|
|
||||||
PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML"
|
|
||||||
"http://www.python.org/topics/xml/dtds/xbel-1.0.dtd">
|
|
||||||
<xbel version="1.0"
|
<xbel version="1.0"
|
||||||
xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
|
xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
|
||||||
xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
|
xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
|
||||||
>
|
> <title>Singleton</title>
|
||||||
<title>Singleton</title>
|
|
||||||
<desc>A file containing a single bookmark element</desc>
|
<desc>A file containing a single bookmark element</desc>
|
||||||
<bookmark href="file:///home/zefram/Documents/milan-stuttgart.ps" added="20050930T23:05:28Z" modified="20050930T23:05:28Z" visited="20050930T23:05:28Z">
|
|
||||||
|
<bookmark href="file:///home/zefram/Documents/milan-stuttgart.ps" added="2005-09-30T23:05:28Z" modified="2005-09-30T23:05:28Z" visited="2005-09-30T23:05:28Z">
|
||||||
<info>
|
<info>
|
||||||
<metadata owner="http://freedesktop.org">
|
<metadata owner="http://freedesktop.org">
|
||||||
<mime:mime-type type="application/postscript"/>
|
<mime:mime-type type="application/postscript"/>
|
||||||
<bookmark:applications>
|
<bookmark:applications>
|
||||||
<bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
|
<bookmark:application name="populate-recent" exec="populate-recent --info %u" modified="2005-09-30T23:05:28Z" count="1"/>
|
||||||
</bookmark:applications>
|
</bookmark:applications>
|
||||||
</metadata>
|
</metadata>
|
||||||
</info>
|
</info>
|
||||||
</bookmark>
|
</bookmark>
|
||||||
</xbel>
|
</xbel>
|
Reference in New Issue
Block a user