CCM NG: output=xml parameter did not work.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4984 8810af33-2d31-482b-a856-94f89814c4dfccm-docs
parent
ef2a722529
commit
ff57430035
|
|
@ -84,7 +84,7 @@ public class Document {
|
|||
// Explicitly create elements & attributes to avoid namespace
|
||||
// problems
|
||||
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"
|
||||
+ "<xsl:output method=\"xml\"/>\n"
|
||||
+ "<xsl:template match=\"text()|comment()|processing-instruction()\">\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue