30 Mar
2022
30 Mar
'22
3:19 p.m.
Expressions like this fail silently without raising an error in BaseXGUI: delete //m/@n Of course, it should be: delete nodes //m/@n But there should be an error to remind me ;-> Jonathan
3:33 p.m.
DOH. Yeah, you're right. Jonathan On Wed, Mar 30, 2022 at 9:25 AM Christian Grün <christian.gruen@gmail.com> wrote:
Hi Jonathan,
delete //m/@n
This may be surprising, but your expression is a valid query: It’s a path expression starting with an initial child::delete step.
Best, Christian
1471
Age (days ago)
1471
Last active (days ago)
2 comments
2 participants
participants (2)
-
Christian Grün -
Jonathan Robie