Number: 110
Title: SVG output not valid XML
Submitter: Thomas Klager
Date: Thu Mar 14 11:25:20 2002
Subsys: Dot
Version: 1.8.2
System: *-*-
Severity: minor
Problem:
Valid SVG-documents should start with the following header (according to http://www.w3.org/TR/SVG/struct.html)

<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

Additionally it would be fine if I could specify the encoding of the file

i.e. <?xml version="1.0" standalone="no" encoding="ISO-8859-1"?>
Owner: ellson
Status: Fixed (14 March 2002)