Error message after using XSLT to open XML
Hi,
I have a weird problem. I have a Structapps FM XML application that is using XSLT to transform an XML file into a structured FM document.
The XML files are exports from a database and I have 2 example files. One is working flawlessly without errors, the second one is producing some errors, which prompts FM to give out the error message that the XML file is not valid. When I click Ok to open it anyway the document is valid.
slightly obfuscated FM consol
XSL Transformation Log
Input: x:\xxx\xxx.xml
XSL:x:\xxx\xxx.xsl
XSL Processor Messages (Processor: SAXON)
Transformation Successful.
XML Read Report Log
Source Document: x:\xxx\xxx.xml
XML Parser Messages (Document Instance)
Error at file C:\Users\xxx\AppData\Local\Temp\FMT3F82.tmp, line 8, char 62, Message: no declaration found for element 'myRootElement'
Error at line 8, char 62, Message: attribute 'ID' is not declared for element 'myRootElement'
Error at line 8, char 62, Message: attribute 'language' is not declared for element 'myRootElement'
Error at line 8, char 62, Message: attribute 'type' is not declared for element 'myRootElement'
