Juergen Lippold wrote:

>     Element element = doc.createElement(elm);
As Keiron pointed out, it should be
Element element = doc.createElementNS("http://www.w3.org/1999/XSL/Format";, elm);

-- 
Oleg Tkachenko
Multiconn International, Israel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to