5.0: xml API fails
Posted: Mon Feb 11, 2013 5:52 pm
This code works fine on 4.61, but not 5.00:
In 5.0 and above, I get: Line 1: XML_ExpatVersion_() is not a function, array, list, map or macro.
PB 5.0 upgraded expat to 2.1.0. Looking at the source for that expat, the function still exists.
Code: Select all
Debug PeekS(XML_ExpatVersion_())
PB 5.0 upgraded expat to 2.1.0. Looking at the source for that expat, the function still exists.