"weblogic-examples-xml-jms-dtd",
"http://www.wegblogic.com/docs51/examples/xml/jms/workflow.dtd",
"");
// assign elements and attributes
Element root = xmlDoc.createElement("workflow");
root.setAttribute("message", message);
root.setAttribute("sender", username);
root.setAttribute("status", status);
xmlDoc.appendChild(root);