blob: 2517ba6ab133f5862f03928dd4c53c0a0a13ec8b (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<wvmenu>
<title>Vimeo</title>
<link>
<label>Search</label>
<ref>wvt:///vimeo.com/search.xsl?srcurl=http://vimeo.com/</ref>
</link>
<link>
<label>Channels</label>
<ref>wvt:///vimeo.com/channels.xsl?srcurl=http://vimeo.com/channels/all</ref>
</link>
<link>
<label>Groups</label>
<ref>wvt:///vimeo.com/groups.xsl?srcurl=http://vimeo.com/groups/all</ref>
</link>
</wvmenu>
</xsl:template>
</xsl:stylesheet>
|