mt5225 / scxmlgui

Automatically exported from code.google.com/p/scxmlgui
0 stars 0 forks source link

XML declaration not written to saved file #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
XML documents should begin with an XML declaration, which will look something 
like this:

<?xml version="1.0" encoding="UTF-8"?>

scxmlgui doesn't write this out.

Most XML parsers seem to assume UTF-8, so this isn't stricly necessary, but it 
would really help various editors to automatically identify the content as XML.

Steve

Original issue reported on code.google.com by sbryant....@googlemail.com on 18 Jan 2013 at 10:31