> thanks for the hint, but I make a test ... > > $body.=xml::element('p',array(),wfMsg('naw-page-1-label-1')); The hint was not to use xml::element, but to use xml:tags instead. wfElement is just a deprecated alias for xml:element, they're pretty much interchangeable.