Invalid ReqIF file. Error details: Type 'reqifxhtml:div' has not been found in the registry.
이전 댓글 표시
I am trying to import a reqif file to the requirement manager in Simulink with MATLAB 2020b Update 8.
The reqif file is comming from 3DExperience from the System Traceability module.
I have the following error when trying to import it:
Invalid ReqIF file. Error details: Type 'reqifxhtml:div' has not been found in the registry.
When I look inside the reqif file, i can find several <reqif-xhtml:div>.
Is there a workaround ?
답변 (1개)
Josh Kahn
2023년 9월 13일
Problem resolved by replacing:
xmlns:reqif-xhtml="http://www.omg.org/spec/ReqIF/20110401/reqif-xhtml"
with:
xmlns:reqif-xhtml="http://www.w3.org/1999/xhtml"
카테고리
도움말 센터 및 File Exchange에서 Export and Report Requirements and Traceability에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!