You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to anti-xm...@googlegroups.com
Version 0.3 of Anti-XML has just been pushed to the scala-tools release repository. This version has a whole plethora of new features, most notably:
New selection methods
\\! – Performs a deep selection, but stops the recursion once a match is
reached (thus, if a parent and its child both match, only the parent will be
returned). The results are guaranteed to have a zipper with an non-conflicting
unselect on all operations
select – Performs a selection at the current level, without descent
Zipper now works for both \ and \\ methods
Explicit converters now use convert instead of anti