Advertisement
Guest User

Untitled

a guest
May 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // XPath
  2. /TinyBar/Icons/Icon[Name='blub']
  3.  
  4.  
  5. // XML
  6.  
  7. <TinyBar>
  8. <Icons>
  9. <Icon>
  10. <Name>blub</Name>
  11. </Icon>
  12. <Icon>
  13. <Name>blarg</Name>
  14. </Icon>
  15. </Icons>
  16. </TinyBar>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement