CCM NG: output=xml parameter did not work.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4984 8810af33-2d31-482b-a856-94f89814c4df
parent
c7e7c49581
commit
3c7bce78e5
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue