FasterXML / FasterXML/woodstox
Invalid attribute rejection when element is nillable
Open
has-failing-test
- Dominant language
- Java
- Stars
- 259
- Forks
- 90
- Avg merge
- 16h 52m
- Merged PRs (30d)
- 2
Description
XSD:
```xml
```
XML: I have to attach my xml file as txt (it is small file, 247 bytes long). This view does not show element when it has attribute xsi:nil="true".
[instance.txt](https://github.com/FasterXML/woodstox/files/1508934/instance.txt)
```xml
```
Problem:
com.ctc.wstx.exc.WstxValidationException: unexpected attribute "country"
Java's default XSD validator does not report any problems with attribute.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.