Skip to content

Instantly share code, notes, and snippets.

@typerlc
Created April 30, 2010 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save typerlc/384665 to your computer and use it in GitHub Desktop.
Save typerlc/384665 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<playlist>
<traklist>
<track>
<name>First Track!</name>
<author>Who is it?</author>
</track>
<track>
<name>My contribution</name>
<author>Me</author>
</track>
</traklist>
</playlist>
---
:playlist:
- []
- - //playlist
- //pl
- :traklist:
- []
- - tracklist
- tl
- :track:
- - :optional
- - track
- :name:
- - :copy_content
- - name
- n_t
:author:
- - :copy_content
- - author
- a_t
transformer = Transformer.new( YAML::load_file("rules.yaml") )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment