xpath-experiment

changeset 8:b7ff25363bc0

Show the reference ids each on a separate line
author Emanuele Aina <em@nerd.ocracy.org>
date Mon Dec 01 14:55:00 2008 +0100 (20 months ago)
parents f427dada05dd
children 5e397595b84b
files Makefile
line diff
     1.1 --- a/Makefile	Mon Nov 10 19:03:50 2008 +0100
     1.2 +++ b/Makefile	Mon Dec 01 14:55:00 2008 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5  run: $(EXE)
     1.6  	@${MONO} $(EXE) $(TEST_FILE) $(TEST_EXPR)
     1.7 -	@echo `xmlstarlet sel -N '_=http://www.w3.org/1999/xhtml' -t -m $(TEST_EXPR) -v "@id" -n $(TEST_FILE)`
     1.8 +	xmlstarlet sel -N '_=http://www.w3.org/1999/xhtml' -t -m $(TEST_EXPR) -v "@id" -n $(TEST_FILE) |grep -v '^$$'
     1.9  	@echo 'REFERENCE:' `xmlstarlet sel -N '_=http://www.w3.org/1999/xhtml' -t -m $(TEST_EXPR) -o "match" -n $(TEST_FILE) |grep match| wc -l`
    1.10  
    1.11  clean:

To download these repositories, get Mercurial and then type something like:

hg clone http://techn.ocracy.org/repository-name/

You can also click the "zip" or "gz" links to get an archive of the latest revision without installing anything.

The change logs of the repositories are aggregated at techn.ocracy.org/planet.

We have also some darcs repositories at techn.ocracy.org/darcs.