diff --git a/docs/manual/listeners.html b/docs/manual/listeners.html index 43fb01d96..628d24281 100644 --- a/docs/manual/listeners.html +++ b/docs/manual/listeners.html @@ -120,6 +120,11 @@ control for turning off success or failure messages individually.
-By default the XML file creates
-a reference to an XSLT file "log.xsl" in the current directory; look in
-ANT_HOME/etc for one of these. You can set the property
+By default the XML file creates
+a reference to an XSLT file "log.xsl" in the current directory; look in
+ANT_HOME/etc for one of these. You can set the property
ant.XmlLogger.stylesheet.uri
to provide a uri to a style sheet.
-this can be a relative or absolute file path, or an http URL.
+this can be a relative or absolute file path, or an http URL.
If you set the property to the empty string, "", no XSLT transform
-is declared at all.
+is declared at all.
+
-