{"id":37469105,"url":"https://github.com/simulation-tree/xml","last_synced_at":"2026-01-16T07:13:28.640Z","repository":{"id":306345233,"uuid":"1022773432","full_name":"simulation-tree/xml","owner":"simulation-tree","description":"Library for XML serialization","archived":false,"fork":false,"pushed_at":"2025-09-24T03:03:25.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T05:18:40.564Z","etag":null,"topics":["csharp","native","xml"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simulation-tree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-19T19:46:13.000Z","updated_at":"2025-09-24T03:00:24.000Z","dependencies_parsed_at":"2025-07-25T06:08:54.604Z","dependency_job_id":"88a007d6-0a9f-454a-81c6-0e4f789ad1ee","html_url":"https://github.com/simulation-tree/xml","commit_stats":null,"previous_names":["simulation-tree/xml"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/simulation-tree/xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simulation-tree","download_url":"https://codeload.github.com/simulation-tree/xml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fxml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["csharp","native","xml"],"created_at":"2026-01-16T07:13:28.573Z","updated_at":"2026-01-16T07:13:28.627Z","avatar_url":"https://github.com/simulation-tree.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XML\n\n[![Test](https://github.com/simulation-tree/xml/actions/workflows/test.yml/badge.svg)](https://github.com/simulation-tree/xml/actions/workflows/test.yml)\n\nLibrary for XML serialization.\n\n### Example\n\nXML is supported through the `XMLNode` type, which can be created from either a byte or a char array.\nEach node has a name, content, a list of attributes, and a list of children:\n```cs\nbyte[] xmlData = File.ReadAllBytes(\"solution.csproj\");\nusing XMLNode project = new(xmlData);\nXMLAttribute sdk = project[\"Sdk\"];\nsdk.Value = \"Simulation.NET.Sdk\";\nproject.TryGetFirst(\"PropertyGroup\", out XMLNode propertyGroup);\nproject.TryGetFirst(\"TargetFramework\", out XMLNode tfm);\ntfm.Content = \"net9.0\";\nFile.WriteAllText(\"solution.csproj\", project.ToString());\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulation-tree%2Fxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimulation-tree%2Fxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulation-tree%2Fxml/lists"}