How can I import multiple XML files into a DDS Dictionary without missing structure variable fields using the DDS Blockset in MATLAB R2023b?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Get Started with DDS Blockset dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!