Marc Portier wrote: > > Carsten Ziegeler wrote: > > > If I'm binding an XML document to a form, is it possible to use > > namespaces in the binding? (The bound data has > > namespaces) > > > > not yet, no > it's a long outstanding todo :-( > Ah, ok.
> basically, it boils down to understanding if and how jxpath can do it. > As far as I understand it, you need to register the namespaces on the JXPathContext: http://jakarta.apache.org/commons/jxpath/users-guide.html#Registering%20Name spaces So, we would have to register all namespaces used in the binding document. Sounds not too difficult, or do I oversee something? Carsten
