Advertisement
Guest User

sample XML eve

a guest
Jun 5th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <eveOverview>
  3. <globalSettings>
  4. <useSmallColorTags value="0"/>
  5. <applyOnlyToShips value="1"/>
  6. <hideCorpTicker value="1"/>
  7. <overviewBroadcastsToTop value="1"/>
  8. <columns>
  9. <column id="ICON"/>
  10. <column id="DISTANCE"/>
  11. <column id="VELOCITY"/>
  12. <column id="NAME"/>
  13. <column id="TYPE"/>
  14. <column id="ALLIANCE"/>
  15. </columns>
  16. <shipLabels>
  17.  
  18. .... SNIP .....
  19.  
  20. <label>
  21. <part name="pre" value="&lt;fontsize=11&gt;&lt;color=0xff33FF66&gt;"/>
  22. <part name="state" value="1"/>
  23. <part name="type" value="ship type"/>
  24. <part name="post" value="&lt;/color&gt;&#xA0;"/>
  25. </label>
  26.  
  27. .... SNIP .....
  28.  
  29. </shipLabels>
  30. </globalSettings>
  31. </eveOverview>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement