I have a mathml question: how to typeset properly a function with an argument: f(x)?
In the ConTeXt examples for mathml I see for one:
<lambda>
  <bvar> <ci> x </ci> </bvar>
</lambda>
But is there something like this for f(x), that is an "f" properly typeset?

Hans van der Meer