Mercurial > repos > iuc > xpath
annotate test-data/test.xml @ 2:b1dbdbf2be18 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit 8cbc5a00fac3f19591b1f956610f0cc60810dab2
author | iuc |
---|---|
date | Tue, 28 Nov 2017 05:13:30 -0500 |
parents | 7e01c6a6dbed |
children |
rev | line source |
---|---|
0
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
1 <root> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
2 <a> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
3 <b attr="value">1</b> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
4 <b attr="none">2</b> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
5 <b>3</b> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
6 </a> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
7 <c> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
8 <d>4</d> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
9 <d>5</d> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
10 </c> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
11 </root> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
12 |