XML data and Julian types
Developing applications often requires interacting with data in various file formats, many of which utilize the XML format and a corresponding schema file. In Julia leveraging the type system is crucial for creating efficient architectures. However, we currently lack a convenient way to represent XML data as specific Julia types. To address this gap, I have developed XsdToStruct.jl, AbstractXsdTypes.jl, XmlStructLoader.jl, and XmlStructWriter.jl. Join me on a journey through intricate W3C specifications as I demonstrate how you can streamline type creation by harnessing the information already present in the schema.