Skip to content

Instantly share code, notes, and snippets.

@brookinsconsulting
Created September 23, 2017 18:46
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 brookinsconsulting/fd5a6ea3abb70d8b81d10dbbcf32a654 to your computer and use it in GitHub Desktop.
Save brookinsconsulting/fd5a6ea3abb70d8b81d10dbbcf32a654 to your computer and use it in GitHub Desktop.
Example eZMatrix XML Storage Document
<?xml version="1.0" encoding="utf-8"?>
<ezmatrix>
<name />
<columns number="3">
<column num="0" id="identifier1">
Name1
</column>
<column num="1" id="identifier2">
Name2
</column>
<column num="2" id="identifier3">
Name3
</column>
</columns>
<rows number="3" />
<c>
TestName1
</c>
<c>
TestName1-2
</c>
<c>
TestName1-3
</c>
<c>
TestName2
</c>
<c>
TestName2-2
</c>
<c>
TestName2-3
</c>
<c>
TestName3
</c>
<c>
TestName3-2
</c>
<c>
TestName3-3
</c>
</ezmatrix>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment