In ODFConverterGet in file ODFConverter.c line 700 I check the value of the
first child node:

DFNode *odfDocument = DFChildWithTag(package->contentDoc->docNode,
OFFICE_DOCUMENT);

I'm assuming the correct value to be 'OFFICE_DOCUMENT' here, at least the
name suggests that this should be correct.

However, the value of this is 1468, where as the child node is 1469, which
in the DFXMLNames.h is listed as 'OFFICE_DISPLAY'.

That does not look right to me?

G
-- 
Visit my Coding Diary: http://gabriela-gibson.blogspot.com/

Reply via email to