xml-lens icon indicating copy to clipboard operation
xml-lens copied to clipboard

XML Optics library for Scala

Results 11 xml-lens issues
Sort by recently updated
recently updated
newest added

This lib looks great! But I'm a bit stuck on how to do something that I'd expected to be straight forward. Maybe I just don't know enough about optics. What...

Possibly related to #7 We find that two parsed ASTs often don't compare equal because the attributes/namespace declarations are in a different order. The order of attributes should be irrelevant...

Just a proposal, need some additioncal docs, tests and rethinking if that way of fixing is optimal.

When `replacingEntityReferences` is enabled it may be observed that a few `Text` in row appears. In theory `javax.xml.stream.isCoalescing` should control this behavior but unfortunately while setting it to `true` solves...

Add appropriate package private modifiers etc.

M1

Ideas of additional options in `PrinterConfig`: * add Boolean option for repairing namespaces (i.e. automatically defining used namespaces in case they're not yet defined) * add option which defines how...

M2

There are already some simple tests but they're very synthetic. They're useful in the sense that they allow us to easily find what the bottleneck is. Besides of them we...

M1

Is it possible to have some kind of interoperability with XML literals?

question

At some point we will want to have reasonable output. Outside of pure formatting aspect it would be nice to e.g. try to avoid multiple namespace declarations for the same...