From 737695d8819403d80e0bed7c7f3de4292aa05e2d Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Thu, 18 Jul 2024 08:44:20 +0000 Subject: [PATCH] build based on ff606c9 --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index c298934..1443cb4 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-17T12:19:44","documenter_version":"1.5.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-18T08:44:17","documenter_version":"1.5.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 99467d6..676bd80 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.