Stefan Bodewig wrote:

On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote:



I have no objection to passing just the localname if the other
commiters see no problem with this.



+1


In ant 1.5, dynamicConfigurator#createElement(String) converted the element name
to a lower case:
i.e. with


public Object createDynamicElement(String name)  {

       System.out.println("Element is " + name);

       return this;

}

   <dtest>

     <A/>

     <b/>

     <cD/>

   </dtest>


Generated dtest: [dtest] Element is a [dtest] Element is b [dtest] Element is cd

Should we keep this behaviour?

Peter



- This will affect XMLFragment of cource.



XMLFragment is not part of Ant 1.6 and can easily be adapted to whatever we decide for any later timeframe.



Yes a DynamicConfiguratorNS interface.



Sounds good.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to