Share Pastebin
Guest
Public paste!

roundcrisis

By: a guest | Jun 9th, 2009 | Syntax: XML | Size: 0.33 KB | Hits: 285 | Expires: Never
Copy text to clipboard
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <combobox>
  3.         <comboitem>
  4.           <id>3</id>
  5.           <value>Mono</value>
  6.          </comboitem>
  7.         <comboitem>
  8.           <id>4</id>
  9.           <value>Cat</value>
  10.          </comboitem>
  11.          <comboitem>
  12.           <id>5</id>
  13.           <value>Dog</value>
  14.          </comboitem>
  15.          <comboitem>
  16.           <id>6</id>
  17.           <value>Other</value>
  18.          </comboitem>
  19. </combobox>