lucidsoftware / xtract

A library to make it easy to deserialize XML to user types in scala
Apache License 2.0
60 stars 20 forks source link

Wildcard labels #16

Closed geolich closed 5 years ago

geolich commented 5 years ago

Hey, this allows to select arbitrary nodes based on a regex.

It doesnt follow XPath official spec, but it could be very useful to read arbitrary nodes based on regex.

geolich commented 5 years ago

I now added both recursive and non-recursive