I'm looking for any advice or ideas on generating XML from Simulink.
I have a some bespoke hardware from a supplier that I can load custom apps onto. The app must be written in a defined XML schema. I have the schema definition, but I don't have access to the tools to generate the XML so I want to develop my own using Simulink to define the logic and export it to XML. Does anyone have any ideas on the best way to go about this?
The only way I can think of doing this is to create/save the Simulink and parse the mdl/slx file into XML. Does anyone know of any tools or resources that may help here? I found this in the course of my diggings. Any other ideas?
Thanks