FasterXML / FasterXML/jackson-dataformat-xml
Add support for @ prefixed attrib. in paths
Open
- Dominant language
- Java
- Stars
- 631
- Forks
- 246
- Avg merge
- 7d 9h
- Merged PRs (30d)
- 13
Description
Citing the thread in jackson-future-ideas#66, I'd like to be able to access attributes using @ in a path:
`xml = "node"`
and as path: `"/a/@b"` for the attribute and `"/a/b"` for the node
This feature is not available in the latest version 2.14.2
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.