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
-rw-r--r-- | detail/summarize.xsl | 2 | ||||
-rw-r--r-- | make.xsl | 2 |
2 files changed, 2 insertions, 2 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" @@ -8,7 +8,7 @@ > <xsl:output - method="xml" + method="text" omit-xml-declaration="yes" encoding="UTF-8" indent="no" |