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
Original issue reported on code.google.com by
sbryant....@googlemail.com
on 18 Jan 2013 at 10:31