Remove XALAN_INLINE_INITIALIZATION

Initialise all statics in a standards-conforming way, i.e.
in the translation unit, rather than the header.  If header
initialisation is needed, constexpr is the correct way to
do this, but will require C++11.
17 files changed