Skip to content

Instantly share code, notes, and snippets.

@amcgregor
Created November 21, 2012 15:49
Show Gist options
  • Save amcgregor/4125571 to your computer and use it in GitHub Desktop.
Save amcgregor/4125571 to your computer and use it in GitHub Desktop.
(apple
(music
iPod
iTunes)
(computers
iMac
[Mac mini])
(phones
iPhone)
(dishwashers))
<apple>
<music>
<product>iPod</product>
<product>iTunes</product>
</music>
<computers>
<product>iMac</product>
<product>Mac mini</product>
</computers>
<phones>
<product>iPhone</product>
</phones>
<dishwashers/>
</apple>
apple:
music:
- iPod
- iTunes
computers:
- iMac
- Mac mini
phones:
- iPhone
dishwashers:
@AdeleB
Copy link

AdeleB commented Apr 8, 2014

<product>iTunes Alternative</product>: iTunes Alternative
<product>Transfer iPhone Music without iTunes</product>: Transfer iPhone Music without iTunes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment