    $.beautyOfCode.init({
        brushes: ['Xml'],
        ready: function() {
            $.beautyOfCode.beautifyAll();
            console.log("ready");
        }
    });