Add xml style sheet processing instruction
This commit is contained in:
parent
8573a3a5bd
commit
9466ccd76e
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ public class XmlWriter extends OutputStreamWriter implements XmlConstants {
|
||||||
} else {
|
} else {
|
||||||
writeln("<?xml version=\"1.0\" encoding=\"" + explicitEncoding + "\"?>");
|
writeln("<?xml version=\"1.0\" encoding=\"" + explicitEncoding + "\"?>");
|
||||||
}
|
}
|
||||||
|
// add style sheet processing instruction
|
||||||
|
writeln("<?xml-stylesheet type=\"text/xsl\" href=\"helma.xsl\"?>");
|
||||||
|
|
||||||
// writeln ("<!-- printed by helma object publisher -->");
|
// writeln ("<!-- printed by helma object publisher -->");
|
||||||
// writeln ("<!-- created " + (new Date()).toString() + " -->" );
|
// writeln ("<!-- created " + (new Date()).toString() + " -->" );
|
||||||
|
|
Loading…
Add table
Reference in a new issue