CCM NG: output=xml parameter did not work.

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4984 8810af33-2d31-482b-a856-94f89814c4df
ccm-docs
jensp 2017-09-05 17:29:18 +00:00
parent ef2a722529
commit ff57430035
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class Document {
// Explicitly create elements & attributes to avoid namespace // Explicitly create elements & attributes to avoid namespace
// problems // problems
private final static String identityXSL = private final static String identityXSL =
"<xsl:stylesheet version=\"1.0\"" "<xsl:stylesheet version=\"2 .0\""
+ " xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n" + " xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n"
+ "<xsl:output method=\"xml\"/>\n" + "<xsl:output method=\"xml\"/>\n"
+ "<xsl:template match=\"text()|comment()|processing-instruction()\">\n" + "<xsl:template match=\"text()|comment()|processing-instruction()\">\n"