java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/XPathAction.java
Thu, 24 Oct 2019 21:56:03 +0200 fix license version: GNU GPLv3
Sun, 02 Oct 2016 15:22:06 +0200 out-xpath: TODO comment
Wed, 29 Oct 2014 01:25:06 +0100 out-xpath: support also node-set (not only primitive type results)
Wed, 17 Sep 2014 21:31:18 +0200 out-xpath: support namespace prefixes defined in the input document
Sun, 07 Sep 2014 01:28:07 +0200 out-xpath: optional variable resolver for environment variables – can be used together with those from command line
Sat, 06 Sep 2014 18:37:24 +0200 out-xpath: trailing line-break is optional
Thu, 04 Sep 2014 18:33:34 +0200 out-xpath: support parameter types: [STRING, BOOLEAN, INTEGER, LONG, DOUBLE]
Thu, 04 Sep 2014 18:16:33 +0200 out-xpath: fix – support more parameters
Thu, 04 Sep 2014 17:56:43 +0200 out-xpath: XPath parameters are following „--“ and the expression; can be typed (which is specified by an action property)
Thu, 04 Sep 2014 16:56:47 +0200 out-xpath: XPath parameters
Thu, 04 Sep 2014 16:18:59 +0200 out-xpath: reuse xpathFactory and xpath
Thu, 04 Sep 2014 16:14:15 +0200 out-xpath: expression is to be specified as actionData i.e. after „--“ as a single string
Thu, 04 Sep 2014 16:07:10 +0200 push action data and action properties to action context
Thu, 04 Sep 2014 00:39:11 +0200 out-xpath: basics + AbstractDOMAction
Mon, 16 Jun 2014 22:15:18 +0200 out-xpath: class skeletons