view test-data/test.xml @ 1:1ba5c66e39c9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit c9d0e222bf9ec49f5a58a2d7f9990310933d71e9
author iuc
date Sat, 25 Jun 2016 17:12:39 -0400
parents 7e01c6a6dbed
children
line wrap: on
line source

<root>
    <a>
        <b attr="value">1</b>
        <b attr="none">2</b>
        <b>3</b>
    </a>
    <c>
        <d>4</d>
        <d>5</d>
    </c>
</root>