annotate chrome/content/tinyurl.rdf @ 2:0d369fd33074
should not url encode special characters.
author |
Yoshiki Yazawa <yaz@honeyplanet.jp> |
date |
Mon, 11 Aug 2008 20:51:28 +0900 |
parents |
c14d52a3b2fe |
children |
|
rev |
line source |
0
|
1 <?xml version="1.0"?>
|
|
2 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
3 xmlns:TINYURL="http://jgillick.nettripper.com/tinyurl/rdf#">
|
|
4
|
|
5 <RDF:Seq about="http://jgillick.nettripper.com/tinyurl">
|
|
6 <RDF:li>
|
|
7 <RDF:Description about="http://jgillick.nettripper.com/tinyurl/28jt3">
|
|
8 <TINYURL:title>Free Mozilla Extensions</TINYURL:title>
|
|
9 <TINYURL:tinyurl>http://tinyurl.com/6owxl</TINYURL:tinyurl>
|
|
10 <TINYURL:realurl>http://mozmonkey.com/</TINYURL:realurl>
|
|
11 <TINYURL:created>1146780543620</TINYURL:created>
|
|
12 </RDF:Description>
|
|
13 </RDF:li>
|
|
14 </RDF:Seq>
|
|
15 </RDF:RDF> |