{"id":28482536,"url":"https://github.com/jcabi/jcabi-xml","last_synced_at":"2025-06-27T22:31:51.267Z","repository":{"id":11301759,"uuid":"13717355","full_name":"jcabi/jcabi-xml","owner":"jcabi","description":"Java XML Parsing, Transforming, Printing, and Validating","archived":false,"fork":false,"pushed_at":"2025-06-07T10:46:36.000Z","size":5963,"stargazers_count":105,"open_issues_count":20,"forks_count":38,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-07T11:29:15.511Z","etag":null,"topics":["java","java-xml","java-xml-library","xml","xml-parsing"],"latest_commit_sha":null,"homepage":"https://xml.jcabi.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcabi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2013-10-20T10:46:46.000Z","updated_at":"2025-06-02T20:40:13.000Z","dependencies_parsed_at":"2023-11-29T21:31:09.690Z","dependency_job_id":"0cde9eae-e8c0-47f2-a743-125ecb76e551","html_url":"https://github.com/jcabi/jcabi-xml","commit_stats":null,"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/jcabi/jcabi-xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcabi","download_url":"https://codeload.github.com/jcabi/jcabi-xml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-xml/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262343856,"owners_count":23296407,"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":["java","java-xml","java-xml-library","xml","xml-parsing"],"created_at":"2025-06-07T20:37:51.474Z","updated_at":"2025-06-27T22:31:51.259Z","avatar_url":"https://github.com/jcabi.png","language":"Java","readme":"# Simple XML Parsing and Traversing, in Java\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![DevOps By Rultor.com](https://www.rultor.com/b/jcabi/jcabi-xml)](https://www.rultor.com/p/jcabi/jcabi-xml)\n\n[![mvn](https://github.com/jcabi/jcabi-xml/actions/workflows/mvn.yml/badge.svg)](https://github.com/jcabi/jcabi-xml/actions/workflows/mvn.yml)\n[![PDD status](https://www.0pdd.com/svg?name=jcabi/jcabi-xml)](https://www.0pdd.com/p?name=jcabi/jcabi-xml)\n[![codecov](https://codecov.io/gh/jcabi/jcabi-xml/branch/master/graph/badge.svg)](https://codecov.io/gh/jcabi/jcabi-xml)\n[![Javadoc](https://javadoc.io/badge/com.jcabi/jcabi-xml.svg)](https://www.javadoc.io/doc/com.jcabi/jcabi-xml)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-xml/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-xml)\n\nMore details are here: [xml.jcabi.com](http://xml.jcabi.com/index.html).\nAlso, read this blog post: [Java XML Parsing Made Easy][blog].\n\nIt's a simple wrapper around DOM that makes XML parsing and printing\neasy and simple, for example:\n\n```java\nXML xml = new XMLDocument(\n  \"\u003ccart\u003e\u003citem id=\"4\"\u003eCoffee to go\u003c/item\u003e\u003c/cart\u003e\"\n);\nXML item = xml.nodes(\"//item[@id=4]\").get(0);\nString name = item.xpath(\"text()\").get(0);\nSystem.out.println(xml.toString());\n```\n\n## How to contribute?\n\nFork the repository, make changes, submit a pull request.\nWe promise to review your changes same day and apply to\nthe `master` branch, if they look correct.\n\nPlease run Maven build before submitting a pull request:\n\n```bash\nmvn clean install -Pqulice\n```\n\n[blog]: http://www.yegor256.com/2014/04/24/java-xml-parsing-and-traversing.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcabi%2Fjcabi-xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcabi%2Fjcabi-xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcabi%2Fjcabi-xml/lists"}