public static Document createDocument(final AspectWerkzDefinition definition,
final String uuid) {
if (definition == null) throw new IllegalArgumentException("definition can not be null");
Document document = DocumentHelper.createDocument();
document.addDocType(
"aspectwerkz",
"-//AspectWerkz//DTD 0.8.1//EN",
"http://aspectwerkz.codehaus.org/dtd/aspectwerkz_0_8_1.dtd"
);