diff --git a/Tests/xspec-runner.xslt b/Tests/xspec-runner.xslt index fc4e669..ce73a79 100644 --- a/Tests/xspec-runner.xslt +++ b/Tests/xspec-runner.xslt @@ -2,7 +2,8 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xspec="http://www.jenitennison.com/xslt/xspec" - xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"> + xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" + expand-text="yes"> This runner file submits a sequence of XSpec files to the XSpec lib's ant target to be run. This enables us to run all our tests as a block. @@ -13,7 +14,13 @@ XSpec files. - + + + is the character used to + separate a sequence of filepaths. + + + The root template that does the work. @@ -22,7 +29,7 @@ - + diff --git a/buildGlobals.xml b/buildGlobals.xml index 911127d..cceb7f0 100644 --- a/buildGlobals.xml +++ b/buildGlobals.xml @@ -18,6 +18,9 @@ testing; the default must be overridden with -DstylesheetsPath=...--> + + +