What Is Woodstox XML Processing

Q

What is Woodstox XML Processing?

✍: FYIcenter

A

Woodstox XML Processing uses Woodstox Java library as an XML processor, which supports the following features:

  • Namespace aware StAX (Streaming API for XML) compliant (JSR-173) processor
  • Support for DTD, RelaxNG and W3C Validations
  • Support for both XML parsing and XML creation
  • SAX (Simple API for XML) parsing and validation
  • High performance processor with excellant error handling support

Woodstox is a high-performance validating namespace-aware StAX-compliant (JSR-173) Open Source XML-processor written in Java. XML processor means that it handles both input (== parsing) and output (== writing, serialization)), as well as supporting tasks such as validation.

Releases of Woodstox Java library:

Woodstox   6.4.0   2022-10-25
Woodstox   5.4.0   2022-10-25
Woodstox   4.4.1   2014-09-12
Woodstox   4.0.0   2009-01-01
Woodstox   3.2.9   2009-05-08
Woodstox   3.2.8   2008-12-26
Woodstox   3.1.2   2007-06-06
Woodstox   3.0.0   2006-11-03

For more information, see Woodstox GitHub Website.

Note that the original Woodstox Website, http://woodstox.codehaus.org, is no longer available.

 

Woodstox 6.4.0 - Source Code Files

Download and Review Woodstox wstx-*.jar

Download and Review Woodstox wstx-*.jar

⇑⇑ Woodstox for XML Processing

2023-01-29, 392🔥, 0💬