diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index d47c29f..5aa4134 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-19T06:59:45","documenter_version":"1.4.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-19T12:39:47","documenter_version":"1.4.1"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index f604f93..66353f4 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -Home · XmlStructTools.jl

XmlStructTools.jl

The tools in XmlStructTools.jl aim to fill the role of schema based XML data binding in Julia. The functionality is split up into four packages:

  • XsdToStruct.jl can generate Julia struct definitions from XSD files.
  • AbstractXsdTypes.jl contains the shared functionality that is common between different XSD struct types.
  • XmlStructLoader.jl can use the module generated by XsdToStruct.jl to validate and load XML files into the

generated struct definitions.

  • XmlStructWriter.jl can write XSD struct instances to valid XML files.

For a quick introduction you can watch XML Data and Julian Types from JuliaCon Local Eindhoven 2023 to get a quick introduction to these packages.

Warning These packages are still a work in progress. Only a small part of the entire W3C XSD recommendation is implemented. There are already some known bugs and a fix for them is on its way. But since this fix was developed at ASML this will take some time to go through the proper reviews. Please be patient while we get this sorted out.

+Home · XmlStructTools.jl

XmlStructTools.jl

The tools in XmlStructTools.jl aim to fill the role of schema based XML data binding in Julia. The functionality is split up into four packages:

  • XsdToStruct.jl can generate Julia struct definitions from XSD files.
  • AbstractXsdTypes.jl contains the shared functionality that is common between different XSD struct types.
  • XmlStructLoader.jl can use the module generated by XsdToStruct.jl to validate and load XML files into the

generated struct definitions.

  • XmlStructWriter.jl can write XSD struct instances to valid XML files.

For a quick introduction you can watch XML Data and Julian Types from JuliaCon Local Eindhoven 2023 to get a quick introduction to these packages.

Warning These packages are still a work in progress. Only a small part of the entire W3C XSD recommendation is implemented. There are already some known bugs and a fix for them is on its way. But since this fix was developed at ASML this will take some time to go through the proper reviews. Please be patient while we get this sorted out.