DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28426>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28426
DynamicConfiguratorNS
------- Additional Comments From peter.reilly@corvil.com 2004-04-22 08:56 -------
I have placed a patch for this.
One small shortcomming is the treatment of attributes:
<x:tag x:attr="value" y:attr="value2"/>
will be stored internally as:
<x:tag attr="value" y:attr="value2"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|