diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:07:42 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:07:42 +0900 |
commit | 4732847654ed74ed893b7ea088805832fd91cc18 (patch) | |
tree | 393207d68983c3b587733b83714bef2de2457025 /examples/sel-xpath-m | |
download | xmlstarlet-accepted/tizen_2.4_mobile.tar.gz xmlstarlet-accepted/tizen_2.4_mobile.tar.bz2 xmlstarlet-accepted/tizen_2.4_mobile.zip |
tizen 2.3.1 releasetizen_2.4_mobile_releasetizen_2.3.1_releasesubmit/tizen_2.4/20151028.063429submit/tizen_2.3.1/20150915.075556accepted/tizen/2.4/mobile/20151029.035146tizen_2.4tizen_2.3.1accepted/tizen_2.4_mobile
Diffstat (limited to 'examples/sel-xpath-m')
-rw-r--r-- | examples/sel-xpath-m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/sel-xpath-m b/examples/sel-xpath-m new file mode 100644 index 0000000..cfe7786 --- /dev/null +++ b/examples/sel-xpath-m @@ -0,0 +1,6 @@ +#!/bin/sh +the_test() { + ./xmlstarlet sel --text -t -m "/*[boolean($1)]" -v "$1" --nl xml/foo.xml +} + +. "${srcdir-..}"/examples/foreach-xpath.sh |