<?xml-stylesheet type="text/xsl" href="grr.xsl"?>
 <root>
    <dir>
        tier00
        <dir>
            tier10
            <dir>
                tier20
                <file>file0</file>
            </dir>
        </dir>
    </dir>
    <dir>
        tier01
        <dir>
            magic
            <dir>
                random
                <file>anotherFile2</file>
                <file>anotherFile</file>
            </dir>
        </dir>
        <dir>
            tier11
            <dir>
                tier21
                <file>file1</file>
            </dir>
        </dir>
    </dir>
    </root>