diff --git a/XmlStructWriter.jl/dev/.documenter-siteinfo.json b/XmlStructWriter.jl/dev/.documenter-siteinfo.json index 52befed..0de821d 100644 --- a/XmlStructWriter.jl/dev/.documenter-siteinfo.json +++ b/XmlStructWriter.jl/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-17T12:21:15","documenter_version":"1.5.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-18T08:44:36","documenter_version":"1.5.0"}} \ No newline at end of file diff --git a/XmlStructWriter.jl/dev/docstrings/index.html b/XmlStructWriter.jl/dev/docstrings/index.html index a82b01c..777bedc 100644 --- a/XmlStructWriter.jl/dev/docstrings/index.html +++ b/XmlStructWriter.jl/dev/docstrings/index.html @@ -33,4 +33,4 @@ julia> xml_original = load("example.xml", ExampleSchema) julia> xml_new = @set xml_original.Example1.Element_double = -789.123 -julia> write_xml(xml_new, "example_new.xml")source +julia> write_xml(xml_new, "example_new.xml")source diff --git a/XmlStructWriter.jl/dev/index.html b/XmlStructWriter.jl/dev/index.html index e098c19..c457cac 100644 --- a/XmlStructWriter.jl/dev/index.html +++ b/XmlStructWriter.jl/dev/index.html @@ -76,4 +76,4 @@ __xml_attributes=xml.__xml_attributes )

Writing the xml file

Finally we write the new xml struct to a file:

using XmlStructWriter
 
-write_xml(document, "example_2.xml")
+write_xml(document, "example_2.xml")