I want to load XML document foo.tpl into an array. foo.tpl has no DTD. How would I do this?
I don't want my end-users to have to install a new module, so I want to use the XML module.
As you might have guessed, I'm creating a Template Manager, so I'll post it on the board when I'm done.