note / xml-lens

XML Optics library for Scala
https://note.github.io/xml-lens/
MIT License
32 stars 5 forks source link

XmlParser should read XML version and encoding #1

Closed note closed 6 years ago

note commented 7 years ago

Using e.g. https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamReader.html#getCharacterEncodingScheme--

On the other hand not sure if any other values than (1.0 and utf-8) are in any practical use...