*/
public void startOutput() throws OutputException {
try {
this.svgDocument = this.graphicServer.makeSvgDocument();
} catch (final GraphicException e) {
throw new OutputException(e.getMessage());
}
final ProcessingInstruction pi =
this.svgDocument.createProcessingInstruction(
"xml",
" version=\"1.0\" encoding=\"ISO-8859-1\"");