Zipper Context is Invalid for Deep-Select
Closed this issue · 2 comments
dmlap commented
The code below produces java.lang.RuntimeException when entered into the scala console:
import com.codecommit.antixml._
((<html><head><title></title></head><body /></html>).anti \\ "body").unselect
djspiewak commented
Yeah, I know about this one. The zipper context is invalid for deep-select. As you can imagine, it's a little tricky to make that one work. Still trying to figure it out…