Hi,
I am using the derivative-based validation for Relax NG (as described by James Clark).
I would like to detect that the rest of a grammar matches any element, that is
any = (element * {any}|attribute * {text}|text)*
but got stuck trying to write the correct algorithm. What is the right way to do it?
David