[NTG-context] xml selection on attribute expressions

2013-12-03 Thread H. van der Meer
Following an example in the chapter on Expressions and filters for xml-processing one can select on an attribute ‘name’ in the node file name=“whatever”/ file[@name==whatever”]/command(todo) However, I would like to select on a combination of alternatives, so that equivalent are file

Re: [NTG-context] xml selection on attribute expressions

2013-12-03 Thread H. van der Meer
Sorry for the noise, but I just forget to try the obvious and correct solution: \xmlfilter{#1}{file[@name==whatever or @src==whatever]/command(todo)} Must have been a temporary ‘blindness’. Hans van der Meer On 3 dec. 2013, at 10:14, H. van der Meer h.vanderm...@uva.nl wrote: Following