var dom = require("../../../../lib/jsdom/level1/core").dom.level1.core; exports.hc_nodtdstaff = function() { var doc = new dom.Document("html"); var implementation = new dom.DOMImplementation(doc, { "XML" : "1.0" }); doc.implementation = implementation; /* hc_nodtdstaff

EMP0001 Margaret Martin Accountant 56,000 Female 1230 North Ave. Dallas, Texas 98551

*/ doc.normalize(); return doc; };