annotate xpath.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 b1dbdbf2be18
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 <?xml version="1.0"?>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
2 <tool id="xpath" name="XPath" version="@WRAPPER_VERSION@.0">
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
3 <description>compute xpath expressions on XML data</description>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
4 <macros>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
5 <import>macros.xml</import>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
6 </macros>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
8 <expand macro="stdio"/>
1
1ba5c66e39c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit c9d0e222bf9ec49f5a58a2d7f9990310933d71e9
iuc
parents: 0
diff changeset
9 <command><![CDATA[perl $__tool_directory__/xpath -q -e '$expression' $input > $output]]></command>
0
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
10 <inputs>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
11 <param name="input" type="data" format="xml" label="Input XML data"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
12 <param name="expression" type="text" label="XPath Query">
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
13 <sanitizer>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
14 <valid>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
15 <add value="&quot;"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
16 <add value="["/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
17 <add value="]"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
18 <add value="@"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
19 </valid>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
20 </sanitizer>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
21 </param>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
22 </inputs>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
23 <outputs>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
24 <!-- TODO: sometimes there's text output (e.g. text() queries) -->
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
25 <data format="xml" name="output" label="XPath expression on $input.name"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
26 </outputs>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
27 <tests>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
28 <test>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
29 <param name="input" value="test.xml"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
30 <param name="expression" value="//b[@attr=&quot;value&quot;]" />
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
31 <output name="output" file="1.xml"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
32 </test>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
33 <test>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
34 <param name="input" value="test.xml"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
35 <param name="expression" value="//b[@attr]" />
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
36 <output name="output" file="2.xml"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
37 </test>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
38 <test>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
39 <param name="input" value="test.xml"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
40 <param name="expression" value="//b/text()" />
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
41 <output name="output" file="3.xml"/>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
42 </test>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
43 </tests>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
44 <help><![CDATA[
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
45 **What it does**
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
46
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
47 Query XML files with XPath expressions.
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
48
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
49 For an example input file::
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
50
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
51 <root>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
52 <IdList>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
53 <Id>1234</Id>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
54 <Id>1235</Id>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
55 <Id>1236</Id>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
56 <Id>1237</Id>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
57 </IdList>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
58 </root>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
59
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
60 One could query out the IDs specifically with a query like::
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
61
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
62 //Id/text()
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
63
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
64 **XPath Expressions**
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
65
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
66 There are many helpful tutorials on the internet for XPath expressions.
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
67 `Wikipedia <https://en.wikipedia.org/wiki/XPath>`__ has a number of good
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
68 examples.
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
69
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
70 **Some More Examples**
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
71
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
72 For an XML document like the following::
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
73
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
74 <root>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
75 <a>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
76 <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
77 <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
78 <b>3</b>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
79 </a>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
80 <c>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
81 <d>4</d>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
82 <e>5</e>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
83 </c>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
84 </root>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
85
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
86 Here are some example queries and their outputs:
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
87
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
88 +====================+===================================================+
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
89 | Query | Result |
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
90 +--------------------+---------------------------------------------------+
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
91 | //b[@attr="value"] | <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
92 +--------------------+---------------------------------------------------+
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
93 | //b[@attr] | <b attr="value">1</b><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
94 +--------------------+---------------------------------------------------+
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
95 | //b | <b attr="value">1</b><b attr="none">2</b><b>3</b> |
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
96 +--------------------+---------------------------------------------------+
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
97 | //b/text() | 1\n2\n3 |
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
98 +--------------------+---------------------------------------------------+
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
99 | /root/*/*/text() | 1\n2\n3\n4\n5 |
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
100 +--------------------+---------------------------------------------------+
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
101
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
102
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
103
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
104 @ATTRIBUTION@
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
105 ]]></help>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
106 <citations>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
107 </citations>
7e01c6a6dbed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff changeset
108 </tool>