Advertisement
Guest User

Catalog

a guest
Apr 21st, 2010
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.75 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <catalog id="ISSW_ID">
  3.     <resource-type>Catalog</resource-type>
  4.     <category name="ISSW">
  5.         <title>
  6.             <nls-string xml:lang="en">ISSW</nls-string>
  7.         </title>
  8.         <description>
  9.             <nls-string xml:lang="en">ISSW in-house iWidgets</nls-string>
  10.         </description>
  11.  
  12.         <entry id="Hello_World_ID" unique-name="Hello_World">
  13.             <title>
  14.                 <nls-string xml:lang="en">Hello World</nls-string>
  15.             </title>
  16.             <description>
  17.                 <nls-string xml:lang="en">This widget says Hello World.</nls-string>
  18.             </description>
  19.             <shortDescription>
  20.                 <nls-string xml:lang="en">Hello World</nls-string>
  21.             </shortDescription>
  22.             <definition>endpoint://ISSWRootId/HelloWorld.xml</definition>
  23.         </entry>
  24.  
  25.     </category>
  26. </catalog>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement