{"id":15731707,"url":"https://github.com/8pixel20291/xml-extractor-c-","last_synced_at":"2025-03-31T02:52:43.430Z","repository":{"id":257767294,"uuid":"859264082","full_name":"8pixel20291/xml-extractor-c-","owner":"8pixel20291","description":"xml extractor by tagname c# by http://www.program98.com/learn/ csharp program","archived":false,"fork":false,"pushed_at":"2025-02-28T13:06:49.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T19:28:45.001Z","etag":null,"topics":["csharp"],"latest_commit_sha":null,"homepage":"http://qdblog.ir","language":null,"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/8pixel20291.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}},"created_at":"2024-09-18T11:20:51.000Z","updated_at":"2025-02-28T13:07:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa79173c-c65f-47bf-86a6-1a7c846b0997","html_url":"https://github.com/8pixel20291/xml-extractor-c-","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"912d52dc1540e03dbc16346dfac1f2ab4a05f7d9"},"previous_names":["8pixel20291/xml-extractor-c-"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8pixel20291%2Fxml-extractor-c-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8pixel20291%2Fxml-extractor-c-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8pixel20291%2Fxml-extractor-c-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8pixel20291%2Fxml-extractor-c-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8pixel20291","download_url":"https://codeload.github.com/8pixel20291/xml-extractor-c-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246408104,"owners_count":20772230,"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":["csharp"],"created_at":"2024-10-04T00:04:24.443Z","updated_at":"2025-03-31T02:52:43.425Z","avatar_url":"https://github.com/8pixel20291.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":" StreamReader reader = new StreamReader(@\"C:\\Users\\DearUser\\Desktop\\pubmed24n1218.xml\");\n            string txt2 = reader.ReadToEnd();\n            reader.Close();\n            //var doc = new XmlDocument();\n            //doc.Load(@\"C:\\Users\\DearUser\\Desktop\\test.xml\");\n            XDocument doc2 = XDocument.Parse(txt2);\n\n            foreach (var doi in doc2.Descendants(\"ELocationID\"))\n            {\n\n                if (doi.ToString().Contains(\"doi\"))\n                {\n                    using (StreamWriter sw1 = File.AppendText(@\"F:\\corner\\export-selenium-txt\\pubabstract\\test.txt\"))\n                    {\n                        sw1.WriteLine(doi.Value + \" vvvvvvvvvvvvvvvvvvvv\");\n                    }\n                    using (StreamWriter sw1 = File.AppendText(@\"F:\\corner\\export-selenium-txt\\pubabstract\\test2.txt\"))\n                    {\n                        sw1.WriteLine(doi.ToString() + \" vvvvvvvvvvvvvvvvvvvv\");\n                    }\n                }\n                             \n            }\n           \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8pixel20291%2Fxml-extractor-c-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8pixel20291%2Fxml-extractor-c-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8pixel20291%2Fxml-extractor-c-/lists"}