Why does XMLREAD not work on a file with a period in the file name in MATLAB 7.0 (R14)?

2 views (last 30 days)
I would like to use XMLREAD to read a file that has a period in the file name. However, I receive an error when I try to read it. The error message I receive is:
??? Error using ==> iofun\private\xmlstringinput
File temp.name.xml not found
Error in ==> xmlread at 29
fileName = xmlstringinput(fileName,logical(1));

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, read below for any possible workarounds:
We have verified that there is a bug in MATLAB 7.0 (R14) with XMLREAD.
There are currently no known workarounds other than to avoid using a period in the file name of the XML document.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!