How can I import multiple XML files into a DDS Dictionary without missing structure variable fields using the DDS Blockset in MATLAB R2023b?
Mostrar comentarios más antiguos
I'm having trouble importing XML files into a DDS Dictionary in DDS Blockset R2023b. I have common XML file "REF.xml" which defines enum types referenced by another XML file "TO_IMPORT.xml". "TO_IMPORT.xml" defines a structure, "struct", with fields referencing types defined in "REF.xml". I am currently including the "REF.xml" file in "TO_IMPORT.xml" using the following line:
<include file="REF.xml"/>
However, when I try to import "TO_IMPORT.xml" into my DDS Dictionary, the fields in "struct" are missing.
How do I import XML files when one of the XML files references types from the other XML file?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with DDS Blockset en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!