> Is there an Ant way to 'spider' a DOM node, replacing > properties as it goes?
I donīt know such a thing. But you can do: - write the DOM to a String - use Project.replace() on that String - parse the String - replace the DOM with new one Jan
> Is there an Ant way to 'spider' a DOM node, replacing > properties as it goes?
I donīt know such a thing. But you can do: - write the DOM to a String - use Project.replace() on that String - parse the String - replace the DOM with new one Jan