Invalid ReqIF file. Error details: Type 'reqifxhtml:div' has not been found in the registry.
Ältere Kommentare anzeigen
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 ?
Antworten (1)
Josh Kahn
am 13 Sep. 2023
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"
Kategorien
Mehr zu Export and Report Requirements and Traceability finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!