Skip to content

Latest commit

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

OPML Parser

Maven Central badgeJavadocsLicensebuild statuscode coverage

Java library for parsing and writing OPML (Outline Processor Markup Language) documents.

Usage

Provide your serialized input as String, InputStream or Reader:

Opmlopml = newOpmlParser().parse(input);

To create XML from an Opml instance, use the OpmlWriter class:

Stringxml = newOpmlWriter().write(opml);

Requirements

This library requires Java 8 or higher.

Maven Central

Include this project directly from Maven Central

<dependency>
<groupId>be.ceau</groupId>
<artifactId>opml-parser</artifactId>
<version>${project.version}</version>
</dependency>

GnuPG public key

Verify signature files with my GnuPG public key.

License

Licensed under the Apache 2.0 license.

About

Java library for parsing and creating OPML documents

Resources

Stars

21 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages