{"id":21537118,"url":"https://github.com/rabanti-github/mxg","last_synced_at":"2025-03-17T20:41:36.604Z","repository":{"id":86671251,"uuid":"164352157","full_name":"rabanti-github/MXG","owner":"rabanti-github","description":"MXG - Minimalist XML Generator for .NET and .NET Core","archived":false,"fork":false,"pushed_at":"2022-09-07T19:18:06.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T07:41:33.830Z","etag":null,"topics":["dotnet","dotnet-core","library","msxml","netcore","xml","xml-document","xml-generator"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabanti-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-06T22:46:26.000Z","updated_at":"2022-09-07T19:18:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"69ace702-5bd5-4530-b888-3e85034ef700","html_url":"https://github.com/rabanti-github/MXG","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabanti-github%2FMXG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabanti-github%2FMXG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabanti-github%2FMXG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabanti-github%2FMXG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabanti-github","download_url":"https://codeload.github.com/rabanti-github/MXG/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244109781,"owners_count":20399559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","dotnet-core","library","msxml","netcore","xml","xml-document","xml-generator"],"created_at":"2024-11-24T03:28:05.048Z","updated_at":"2025-03-17T20:41:36.581Z","avatar_url":"https://github.com/rabanti-github.png","language":"C#","readme":"# MXG\n![license](https://img.shields.io/github/license/rabanti-github/mxg.svg)\n\nMGX - Minimalist XML Generator for .NET and .NET Core\n\n## Description\n\nThis project is intended as small, fast and simple .NET (currently 4.6 or higher) and .NET Core (currently 2.1 or higher) library to create valid XML documents, that are according to the XML specifications and applicable to MSXML.\n\nA main Goal is to reduce the generation time of XML documents. This has some **consequences**:\n* The library has no XML scheme validation\n* The library delivers no indentation\n* The library does not cover special conditions or exceptions, when it comes to XML\n* The library has a small set of methods and properties\n* The library may throw Exceptions since as many internal checks as possible are avoided\n* To get better performance, it is important to know the estimated / expected number of elements per document, sub-element per element and attributes per element\n\n## Performance\n\nFirst benchmarks revealed a performance advantage of MXG over System.Xml, depending on the document size:\n* **2-4 times faster** (small documents with few elements)\n* **8-9 times faster** (large documents with many elements)\n\nIn general, MXG seems to be more efficient, when it comes to the handling of XML attributes. Large documents with many attributes result in a even higher performance.\nHowever, these figures may vary, depending on hardware, software, test setup or test content.\n\nThe tests were performed by generating the same documents once by System.Xml and once by MXG.\n\n## License\nMXG is published under the MIT license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabanti-github%2Fmxg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabanti-github%2Fmxg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabanti-github%2Fmxg/lists"}