It would be nice if the same task could also perform some SED-like actions. I have to use invoke SED in a couple of places in an Ant build file for the DOM test suite effort at the W3C. Since XSLT can't generate a namespace binding for a dynamic namespace, I have to output a _xmlns="somedynamicuri" attribute and then remove the leading underscore by invoking SED.
I would be good if the translation table could alternatively expressed inside the task.
