Skip to content

Instantly share code, notes, and snippets.

@rodjek
Last active August 29, 2015 14:17
Show Gist options
  • Save rodjek/c66e2eab285d7d8747ba to your computer and use it in GitHub Desktop.
Save rodjek/c66e2eab285d7d8747ba to your computer and use it in GitHub Desktop.
<csvx:document xmlns:csvx="http://lol">
<csvx:header>
<csvx:value>title 1</csvx:value>
<csvx:value>title 2</csvx:value>
<csvx:value>title 3</csvx:value>
</csvx:header>
<csvx:row>
<csvx:value>item1</csvx:value>
<csvx:value>item2</csvx:value>
<csvx:value>item3</csvx:value>
</csvx:row>
<csvx:row>
<csvx:value>item4</csvx:value>
<csvx:value>item5</csvx:value>
<csvx:value>item6</csvx:value>
</csvx:row>
</csvx:document>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment