Repository 'xpath'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/xpath

Changeset 2:b1dbdbf2be18 (2017-11-28)
Previous changeset 1:1ba5c66e39c9 (2016-06-25) Next changeset 3:f85221724099 (2018-08-13)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit 8cbc5a00fac3f19591b1f956610f0cc60810dab2
modified:
xpath.xml
b
diff -r 1ba5c66e39c9 -r b1dbdbf2be18 xpath.xml
--- a/xpath.xml Sat Jun 25 17:12:39 2016 -0400
+++ b/xpath.xml Tue Nov 28 05:13:30 2017 -0500
[
@@ -85,9 +85,9 @@
 
 Here are some example queries and their outputs:
 
-+====================+===================================================+
++--------------------+---------------------------------------------------+
 | Query              | Result                                            |
-+--------------------+---------------------------------------------------+
++====================+===================================================+
 | //b[@attr="value"] | <b attr="value">1</b>                             |
 +--------------------+---------------------------------------------------+
 | //b[@attr]         | <b attr="value">1</b><b attr="none">2</b>         |
@@ -101,6 +101,7 @@
 
 
 
+
 @ATTRIBUTION@
 ]]></help>
   <citations>