{"id":15047378,"url":"https://github.com/ray-chew/xml_parser","last_synced_at":"2026-03-16T09:36:30.325Z","repository":{"id":228558724,"uuid":"774319991","full_name":"ray-chew/xml_parser","owner":"ray-chew","description":"A simple XML parser in C++","archived":false,"fork":false,"pushed_at":"2024-03-23T23:46:28.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T15:59:11.753Z","etag":null,"topics":["cpp11","simple-project","xercesc","xml-parser"],"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/ray-chew.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}},"created_at":"2024-03-19T10:46:01.000Z","updated_at":"2024-03-19T12:04:06.000Z","dependencies_parsed_at":"2024-03-24T00:28:13.537Z","dependency_job_id":null,"html_url":"https://github.com/ray-chew/xml_parser","commit_stats":null,"previous_names":["ray-chew/xml_parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ray-chew%2Fxml_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ray-chew%2Fxml_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ray-chew%2Fxml_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ray-chew%2Fxml_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ray-chew","download_url":"https://codeload.github.com/ray-chew/xml_parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243475328,"owners_count":20296714,"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":["cpp11","simple-project","xercesc","xml-parser"],"created_at":"2024-09-24T20:57:21.891Z","updated_at":"2025-12-27T12:08:07.567Z","avatar_url":"https://github.com/ray-chew.png","language":"C++","readme":"# XML Parser\n\nAn exercise I completed as part of the *Advanced Practical Programming for Scientists* module at the Technische Universität Berlin in 2017.\n\nDocumentation generation requires [doxygen](https://www.doxygen.nl/).\n\n* compile: `g++ -std=c++11 -O3 xml_parser.cxx -o xml_parser -lxerces-c`\n* run: `./xml_parser \u003cxml filepath\u003e [-V]`\n* include `[-V]` flag to enable schema validation\n* **xml_parser.cxx** uses the Xerces-C library for XML parsing. Accepts XML filepath as argument. Prints output to csv.txt. `[-V]` flag determines if XML file is to be validated. Namespace-location pair of external schema is fixed as `\"http://gaslab.zib.de/kwpt/measured ./measured-1-1-0.xsd\"`.\n* Validation errors for given xml-xsd:\n    * `line #2 column #1081: value '1.0.0' does not match regular expression facet '1\\.1\\.0'.`\n    * `line #2 column #1081: attribute 'validity' is not declared for element 'measured'.` \n\n---\n\nAvailable make commands:\n* `make all`\n* `make doc`\n* `make coverage`\n* `make check`\n* `make clean`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fray-chew%2Fxml_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fray-chew%2Fxml_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fray-chew%2Fxml_parser/lists"}