diff --git a/bin/xspec.sh b/bin/xspec.sh index 3fdf28ec5..8d50955bd 100755 --- a/bin/xspec.sh +++ b/bin/xspec.sh @@ -58,7 +58,6 @@ die() { # script for Saxon [1]. If it is present, that means the user already # configured it, so there is no point to duplicate the logic here. # Just use it. -# [1]http://code.google.com/p/expath-pkg/source/browse/trunk/saxon/pkg-saxon/src/shell/saxon if which saxon > /dev/null 2>&1; then echo Saxon script found, use it. diff --git a/tutorial/escape-for-regex.xspec b/tutorial/escape-for-regex.xspec index 9bf96daf6..58de3cf83 100644 --- a/tutorial/escape-for-regex.xspec +++ b/tutorial/escape-for-regex.xspec @@ -1,88 +1,75 @@ - - - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - Hello! - Goodbye! - (So long!) - - - - - - - Hello! - Goodbye! - \(So long!\) - - - - + + + + + Hello! + Goodbye! + (So long!) + + + + + + + Hello! + Goodbye! + \(So long!\) + + +