edaa-org / pyEDAA.IPXACT

An IP-XACT DOM for IEEE 1685-2014 in Python.
https://edaa-org.github.io/pyEDAA.IPXACT
Other
17 stars 11 forks source link

XML Declaration has extra xml string #1

Closed berndca closed 7 years ago

berndca commented 7 years ago

There are two occurrences of xml in the declaration.

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

It should be

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

instead.

Paebbels commented 7 years ago

Thanks.

Commit 5fafbcf6a1bd137efce1f872885c4c3b027846dd fixes this.