The current fopen call for parsing the XML file assumes a consistent name & location:
Though this is consistent across tested *.mlapp examples this is not a robust approach and also does not account for the potential for multiple XML files in the published app.
The current
fopencall for parsing the XML file assumes a consistent name & location:Though this is consistent across tested
*.mlappexamples this is not a robust approach and also does not account for the potential for multiple XML files in the published app.