Advertisement
Guest User

roundcrisis

a guest
Jun 9th, 2009
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.33 KB | None | 0 0
  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>
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement