Tony

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
-
Tony created a post, Reference to XML file in another XML file
Here is a simplified example of my XML file: <config> <app name="a/b/c"> <app name="x/y/z"> </config> I've already created subtypes of `DomElement` for my config file, and registered my `Co...