It would be good to extend the recent introduction of CustomXmlProcessing in Element.cs to attributes, so a Task can take over all XML processing, not just child elements. This would require changing

 if (UnprocessedAttributes.Count > 0) {

to

 if (!Element.CustomXmlProcessing && UnprocessedAttributes.Count > 0) {

Cheers
Conor





-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to