view test-data/test.xml @ 5:b88fc7f8ca73 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit 344140b8df53b8b7024618bb04594607a045c03a
author iuc
date Mon, 04 May 2015 22:47:10 -0400
parents 159bdf04ae19
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>