Hey Sean, includes would be great, but for now try using XML Entities, i.e. <?xml version="1.0"?> <!ENTITY otherconfig SYSTEM "path/to/config.xml">
Then you could include the contents of config.xml in other xml documents via @otherconfig; Not as robust or clean as an include could be, but it gets the job done
