Skip to content

Commit

Permalink
feat(README.md): Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza authored Jul 29, 2024
1 parent 029a3f1 commit fcf9af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Sufficiently Advanced XML Eventing Editor
# Sufficiently Advanced XML Eventing EDitor

Your user-friendly, namespace aware SAX wrapper to transform XML files easily, with memory consumption in mind.
Your user-friendly, namespace aware tool to transform XML files easily, with memory consumption in mind.

[![Saxeed CI](https://github.com/olivergondza/saxeed/actions/workflows/ci.yaml/badge.svg)](https://github.com/olivergondza/saxeed/actions/workflows/ci.yaml)
[![Maven Central Version](https://img.shields.io/maven-central/v/com.github.olivergondza/saxeed)](https://central.sonatype.com/artifact/com.github.olivergondza/saxeed)
[![javadoc](https://javadoc.io/badge2/com.github.olivergondza/saxeed/javadoc.svg)](https://javadoc.io/doc/com.github.olivergondza/saxeed)

## Spirit

Saxeed, a SAX wrapper, stream process XML input performing modifications to its outputs based on predefined transformation(s).
Saxeed, a SAX wrapper, traverses XML input document performing predefined transformations, and writes the resulting XML document to declared output.

It accepts the constraints of "streaming" (or "eventing") approach — elements are visited one-by-one with no option to move around the stream.
This is a tradeoff we accept in return for predictable memory footprint.
Expand All @@ -20,7 +20,7 @@ Saxeed strives to add as much convenience on top of plain old SAX, while adding

### Capabilities

Each tag visitor do the following:
Each tag visitor can do the following:

| operation / event | Tag Start | Tag End | Text Content |
|-----------------------------------------|------------------------|------------------------|--------------|
Expand Down

0 comments on commit fcf9af3

Please sign in to comment.