RQMWordImporter self referential links
Hi all,
I have a problem with the self referential links.
I have a Word document with testcases and testscripts (1:1). Alternating the testcase is listed and after that the testscript.
I parse the document with dynamic tables Table("XXX") / Table("YYY"). If I doesn't link testscripts and testcases everything is ok. But if I set a referential link (testscript.dc:title=testcase.dc:title) the additional data (testcase.Section...) of testcase is always from the following testcase, not from current. So testscript and testcase are deferred.
Reproducable by using Sample "Multiple test scripts in Tables.doc" with "Test script in tables.cfg" and changing the Tables from "Table(1)" to "Table("Project Name")" and "Table(2)" to "Table("Step #")2. So the sections in exported XML are not correct.
Is this a bug in Parser or is there a way to do it correct?
Best regards, Fabian