Skip to content

Commit

Permalink
link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 2, 2014
1 parent c975ca5 commit a07f202
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
[![Build Status](https://travis-ci.org/jcabi/jcabi-xml.svg?branch=master)](https://travis-ci.org/jcabi/jcabi-xml)
[![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)
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).

It's a simple wrapper around DOM that makes XML parsing and printing
easy and simple, for example:
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/xml/XMLDocumentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

/**
* Test case for {@link XMLDocument}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor@teamed.io)
* @version $Id$
*/
@SuppressWarnings({ "PMD.TooManyMethods", "PMD.DoNotUseThreads" })
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/xml/XSDDocumentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

/**
* Test case for {@link XSDDocument}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor@teamed.io)
* @version $Id$
*/
public final class XSDDocumentTest {
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/xml/XSLChainTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

/**
* Test case for {@link XSLChain}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor@teamed.io)
* @version $Id$
* @since 0.12
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/xml/XSLDocumentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/**
* Test case for {@link XSLDocument}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor@teamed.io)
* @version $Id$
*/
public final class XSLDocumentTest {
Expand Down

0 comments on commit a07f202

Please sign in to comment.