Hi,
I found an issue when loading FBT files which have not been created or
have been manipulated with other tools (1499 as well as xml). These
often produce the following line:
<!DOCTYPE FBType SYSTEM "
http://www.holobloc.com/xml/
LibraryElement.dtd">
Which is rejected by FBDK with the error: INVALID_SYNTAX: >
After playing around a bit I found out that inserting a space between
" and > allows to parse it. However the rest in the rest of the XML
file there are no spaces between attributes or attribute values and
the >.
Best Regards,
Alois