bartneck / swiML

A project to formalise swimming programs using XML
MIT License
2 stars 2 forks source link

XML first line missing #109

Closed bartneck closed 1 month ago

bartneck commented 1 month ago

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

bartneck commented 1 month ago

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

calloc262 commented 1 month ago

added fix to main swiML.py file

bartneck commented 1 month ago

tested and okay