woodstox icon indicating copy to clipboard operation
woodstox copied to clipboard

The gold standard Stax XML API implementation. Now at Github.

Results 42 woodstox issues
Sort by recently updated
recently updated
newest added

Trying to use the lib (v5.0.3) because it was intend to have a feature to ignore invalid characters in xml text, but in fact it is not there: The code:...

pr-welcome

It looks like `InvalidCharHandler` can only be set when writing, but not reading. Do you think it makes sense to support this for reading as well? If a user is...

pr-welcome

So: there has been a new cleaned up release of MSV, see: https://mvnrepository.com/artifact/net.java.dev.msv/msv-core/2022.7 and we should upgrade the dependency. This likely requires at least a minor version bump to `6.4.0`,...

dependencies

Currently Woodstox 6.2.x only requires Java 6 for compilation and running, but time is probably ripe to move to Java 8 baseline since that is the oldest actively supported JDK/JRE...

When try to encode a Supplementary Ideographic Plane Unicode characters e.g. Chinese character"𤰉"(0x24c09),com.ctc.wstx.exc.WstxLazyException occurred "Illegal character entity:expansion character (code 0xd853) not a valid XML character" 。It seems that validateChar() in...

It seems like there's some important documentation about woodstox available at medium.com: - https://medium.com/@cowtowncoder/configuring-woodstox-xml-parser-basic-stax-properties-39bdf88c18ec - https://medium.com/@cowtowncoder/configuring-woodstox-xml-parser-stax2-properties-c80ef5a32ef1 - https://medium.com/@cowtowncoder/configuring-woodstox-xml-parser-woodstox-specific-properties-1ce5030a5173 Unfortunately medium.com is commonly blocked in many countries. Developers in such countries...

good first issue

We noticed that the woodstox binary JARs include (parts of?) several projects that do not seem to be licensed under the Apache-2.0 license. The [comments in pom.xml](https://github.com/FasterXML/woodstox/blob/woodstox-core-6.2.6/pom.xml#L100-L128) make me wonder...

pr-welcome

When parsing an XML feed like the below, with an unbalanced close tag, an error gets thrown at the following line which can be caught, and parsing is able to...

pr-welcome

Hello, I would like to ask if there's a option to disable faultstring messages. For example, turn messages like this: ` throwParseError("Unexpected ''?)"); ` to a generic or empty one,...

pr-welcome