Hi,
I'm wondering about a couple of files within the "sc" folder (which is created during compliation), there are apparently errors in them.
The first one is sc/system/helpers/printFrame.html, there are 3 opening <script> tags, but 4 closing </script> tags.
Another issue are the files within sc/schema, all named *.ds.xml, e.g. DataSource.ds.xml. They are all supposed to be XML files, but everyone of them actually contains JSON data exclusively.
Is there any chance to see these issues addressed? My IDE is not too happy with invalid files and I don't like to deactivate XML/HTML validation alltogether because of this.
I'm wondering about a couple of files within the "sc" folder (which is created during compliation), there are apparently errors in them.
The first one is sc/system/helpers/printFrame.html, there are 3 opening <script> tags, but 4 closing </script> tags.
Another issue are the files within sc/schema, all named *.ds.xml, e.g. DataSource.ds.xml. They are all supposed to be XML files, but everyone of them actually contains JSON data exclusively.
Is there any chance to see these issues addressed? My IDE is not too happy with invalid files and I don't like to deactivate XML/HTML validation alltogether because of this.
Comment