diff options
Changed make and summarization output method to text
* the summarization is generated as plain text and is the sole output of the make stylesheet
** i.e. the correct XSL output method is text, not xml
Diffstat (limited to 'detail')
-rw-r--r-- | detail/summarize.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/detail/summarize.xsl b/detail/summarize.xsl index b4e6375..0399507 100644 --- a/detail/summarize.xsl +++ b/detail/summarize.xsl @@ -5,7 +5,7 @@ > <xsl:output - method="xml" + method="text" omit-xml-declaration="yes" encoding="UTF-8" indent="no" |