Why for structured FM file I get FV_XML_WELLFORMED_NO?
Hi,
I have got a structured FM file which is exported from dita topic and has exactly the same structure as of dita-topic. When I query (FrameMaker 2017 & 2019.)
IntT isXmlWellFormed = F_ApiGetInt(FV_SessionId, document_Id, FP_XmlWellFormed);
I expect to get zero but I got 2 (FV_XML_WELLFORMED_NO).
As per my understanding of the FDK documentation
* '0' means it's a FM file and
* FV_XML_WELLFORMED_YES/FV_XML_WELLFORMED_NO mean it's a xml file.
Is it a bug with FrameMaker or am I missing anything here?
Thanks,
Paresh
