Asterisk DPMA and xmldoc

previously in the past I have always Built my asterisk with the --disable-xmldoc option in my configure line. I run my asterisk embedded and like to keep the file count / overhead to a minimum… My asterisk typically runs with 36 modules instead of the 150+ modules that a standard default loads up with an autoload…

when I tried to use the DPMA with the --disable-xmldoc The DPMA module would not load with an error referencing the xmldoc. I compiled asterisk without the --disable-xmldoc option and the DPMA works perfectly… if i delete the XML foc files themselves I end up with LOTS of CLI errors related to it…

is xmldoc required for DPMA because it reads XML files for the phone contacts?

or is it something that there is a better way to go about… I really dont want or need any documentation on our production machines and like to run as lean and mean as possible…

any advise is helpful.

I am running the latest DPMA and asterisk 1.8.11-cert5

-Christopher