How can I import multiple XML files into a DDS Dictionary without missing structure variable fields using the DDS Blockset in MATLAB R2023b?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with DDS Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!