Prod.: Engine, ver.: 6, ID: 60000027, Bug : The created SVG-Fils of the Full File Converter doesn't contain a Doctype declaration. This causes problems when using this file for other processes (like extra-modification in Apache Batik).

Bug : The created SVG-Fils of the Full File Converter doesn't contain a Doctype declaration. This causes problems when using this file for other processes (like extra-modification in Apache Batik).

Article60000027
TypeBug
ProductEngine
Version6
Date Added2/17/2007
FixedYes [2/22/2007]
Submitted byBernhard Geyer
Keywords

Subject

The created SVG-Fils of the Full File Converter doesn't contain a Doctype declaration. This causes problems when using this file for other processes (like extra-modification in Apache Batik).

Summary

The created SVG-Fils of the Full File Converter doesn't contain a Doctype declaration. This causes problems when using this file for other processes (like extra-modification in Apache Batik).

 Pleas add the following doctype-declaration to the SVG-XML:
 
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
  "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">

Solution

SVG Header changed in 6002 in order to work properly.