bartneck/swiML

XML first line missing

Closed this issue · 3 comments

When creating a program with Python, the first line necessary for all documents is missing:

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

I tried to create a new program with

bookExamples/patterns/handshake/handshake-program.py

I manually added the line of code to the handshake-program.xml file.

added fix to main swiML.py file

tested and okay