FasterXML / FasterXML/aalto-xml

Complete validation implementation of `XMLStreamWriter`

Open
#5 3 comments 0 reactions 1 assignee Claimed by @cowtowncoder View on GitHub
Dominant language
Java
Stars
306
Forks
71
PR merge metrics
No merged PRs in 30d

Description

Validation is not working with an XMLStreamWriter. A quick comparison with woodstox makes obvious that several calls to XMLValidator are missing in StreamWriterBase (at least in writeAttribute(...), writeStartElement(...) and _closeStartElement(...)) and subclasses (several locations).

Furthermore, the invocation of XMLValidator..validateElementEnd(...) in StreamWriterBase._validator.validateElementEnd() mixes up the prefix and nsUri arguments.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.