Advertisement
Guest User

Untitled

a guest
Sep 28th, 2011
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <widget  xmlns="http://www.w3.org/ns/widgets"
  3.         xmlns:wac="http://wacapps.net/ns/widgets"
  4.         id="http://example.org/exampleWidget"
  5.         version="1.0 Beta"
  6.         height="800"
  7.         width="420"
  8.         viewmodes="maximized"
  9.         wac:min-version="2.0">
  10.     <icon src="Icon.png"/>
  11.     <content src="BasicHelloWorld.html" encoding="UTF-8"/>
  12.     <access origin="*"/>
  13.     <name short="BasicHelloWorld">BasicHelloWorld</name>
  14.     <description>This is my first Widget.</description>
  15.     <license  href="http://license.example.org/">Example license Copyright (c) 2011.</license>
  16.     <author  email="myname@host"
  17.         href="http://foo-bar.example.org/">myname</author>
  18. </widget>
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement