changeset 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 1ba5c66e39c9
children f85221724099
files xpath.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>