Can XML capture the Dependency Injection pattern ?
Xml is a great language for describing structured data. But it works
less well when people use it to describe control flow. Even worse when people
treat it as a complete programming language (e.g.: ANT, XSLT)
So my question is, does XML fit naturally when used to capture the dependency
injection pattern ?
Following the 'dependency...