I've recently upgraded to Qlikview Desktop version 12.20 and discovered an error in the reload process. Previously our document used
the statement below to load xml files
(XmlSax, ansi, Pattern is [/rti/target/returnData/ROWSET/ROW], explicit labels);
It appears that "Pattern is" is no longer a key phrase and causes a script error. I've updated the statement to the following and it is now working as expected.
(XmlSimple, Table is [/rti/target/returnData/ROWSET/ROW])
My question is, on what version did "Table is" become a valid statement to reload xml's?