Skip to content

Commit

Permalink
md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 29, 2024
1 parent 4070260 commit cc57a35
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img alt="logo" src="https://www.jcabi.com/logo-square.svg" width="64px" height="64px" />
# Simple XML Parsing and Traversing, in Java

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![Managed by Zerocracy](https://www.0crat.com/badge/C3RUBL5H9.svg)](https://www.0crat.com/p/C3RUBL5H9)
Expand All @@ -12,7 +12,7 @@
[![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)

More details are here: [xml.jcabi.com](http://xml.jcabi.com/index.html).
Also, read this blog post: [Java XML Parsing Made Easy](http://www.yegor256.com/2014/04/24/java-xml-parsing-and-traversing.html).
Also, read this blog post: [Java XML Parsing Made Easy][blog].

It's a simple wrapper around DOM that makes XML parsing and printing
easy and simple, for example:
Expand All @@ -34,6 +34,8 @@ the `master` branch, if they look correct.

Please run Maven build before submitting a pull request:

```bash
mvn clean install -Pqulice
```
$ mvn clean install -Pqulice
```

[blog]: http://www.yegor256.com/2014/04/24/java-xml-parsing-and-traversing.html

0 comments on commit cc57a35

Please sign in to comment.