/ Published in: XML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?xml version="1.0" encoding="UTF-8"?> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="1.0.3" rim:header="RIM-Widget:rim/widget"> <name>Landmark Finder</name> <description> Find landmarks around you and get more information about the world around you. </description> <author rim:copyright="2010">n/a</author> <content src="index.html"/> <access subdomains="true" uri="http://geonames.org"/> <access subdomains="true" uri="http://wikipedia.org" /> </widget>