view test-data/test.xml @ 3:f85221724099 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit 5b46bcbf9bef4aaf8ee39c36494be63a0efd6299
author iuc
date Mon, 13 Aug 2018 06:37:19 -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>