xmlread fails if the xml file extension is other than .xml

6 ビュー (過去 30 日間)
Vamsinag Gunti
Vamsinag Gunti 2018 年 10 月 23 日
コメント済み: Vamsinag Gunti 2018 年 10 月 31 日
Hi,
I am crrently wrting a script that reads and manipulates an XML file. However, I am to read an XML file with a custom extension. For e.g. the name of the XML file is myXMLfile.myExtension. In such a case the xmlread() function fails with the following error:
xmlread('myXMLfile.myExtension')
Error using xmlstringinput (line 42)
File parameter.incparamter not found
Error in xmlread (line 76)
filename = xmlstringinput(filename,true);
Can someone please guide me on this issue?
Thanks in advance.
Regards, Vamsi

採用された回答

madhan ravi
madhan ravi 2018 年 10 月 23 日
編集済み: madhan ravi 2018 年 10 月 23 日
It is really common because the syntax works if and only if the function correlates to it , the option I choose is to just change the extension to .xml and to try the reading option , see https://in.mathworks.com/matlabcentral/answers/284557-how-to-call-a-file-without-extension#comment_368357
  5 件のコメント
madhan ravi
madhan ravi 2018 年 10 月 23 日
no only you can create .xml with xmlwrite
Vamsinag Gunti
Vamsinag Gunti 2018 年 10 月 31 日
Update: The path I was trying to read from was wrong. That is why xmlread and xmlwrite functions did not work.
xmlread and xmlwrite work with any file extension as long as the data inside is xml. This is just an observation I made.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructured Data and XML Documents についてさらに検索

タグ

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by