~ubuntu-branches/ubuntu/utopic/glib2.0/utopic

« back to all changes in this revision

Viewing changes to tests/bookmarks/fail-04.xbel

Tags: upstream-2.12.12
ImportĀ upstreamĀ versionĀ 2.12.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE xbel
 
3
  PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML"
 
4
         "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd">
 
5
<xbel version="1.0"
 
6
      xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
 
7
      xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
 
8
>
 
9
  <title>Singleton</title>
 
10
  <desc>A file containing a single bookmark element</desc>
 
11
  <bookmark href="file:///home/zefram/Documents/milan-stuttgart.ps" fail="attr">
 
12
    <info>
 
13
      <metadata owner="http://freedesktop.org">
 
14
        <mime:mime-type type="application/postscript"/>
 
15
        <bookmark:applications>
 
16
          <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
 
17
        </bookmark:applications>
 
18
      </metadata>
 
19
    </info>
 
20
  </bookmark>
 
21
</xbel>