> Our goal is not to reach their level of sophistication, but > to make XXE extensible enough (which is not yet the case -- > you'll see that with XXE V3).
A repeat of an old plea ... If you'll can, PLEASE try to include scripting support in XXE V3. You can use the open-source Apache BSF framework http://jakarta.apache.org/bsf/ to get automatic scripting language support. BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. You get automatic supports a long list of scripting languages (at no extra effort!), including Javascript, Python, Ruby, Tcl, NetReXX, XSLT Stylesheets, BeanShell, Groovy, ObjectScript. I think it will make it much, much, easier for 3rd parties to write plug-ins. With fingers crossed ...

