| Article | 60000027 |
| Type | Bug |
| Product | Engine |
| Version | 6 |
| Date Added | 2/17/2007 |
| Fixed | Yes [2/22/2007] |
| Submitted by | Bernhard Geyer |
| Keywords |
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">