Invalid ReqIF file. Error details: Type 'reqifxhtml:div' has not been found in the registry.

조회 수: 5 (최근 30일)
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 ?
  댓글 수: 2
Kewin Settier
Kewin Settier 2023년 9월 12일
Hello, I can not share the reqif, however i think i found the issue and a fix.
In the reqif, i replaced
xmlns:reqif-xhtml="http://www.omg.org/spec/ReqIF/20110401/reqif-xhtml"
with
xmlns:reqif-xhtml="http://www.w3.org/1999/xhtml"
and the error has been fixed

댓글을 달려면 로그인하십시오.

답변 (1개)

Josh Kahn
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"

카테고리

Help CenterFile Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by