Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <conditions>
  2. <condition>
  3. <desc>Light Cloud</desc>
  4. <imgSrc>src/images/clouds.png</imgSrc>
  5. </condition>
  6. <condition>
  7. <desc>Heavy Cloud</desc>
  8. <imgSrc>src/images/clouds.png</imgSrc>
  9. </condition>
  10. <condition>
  11. <desc>Sunny</desc>
  12. <imgSrc>src/images/clouds.png</imgSrc>
  13. </condition>
  14. <condition>
  15. <desc>Hell On Earth</desc>
  16. <imgSrc>src/images/clouds.png</imgSrc>
  17. </condition>
  18. </conditions>
  19.  
  20. <!--
  21.  
  22. nodeList = doc.getElementsByTagName('condition')
  23.  
  24. if child desc == Light Cloud
  25.  
  26. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement