builder.open();
int st = StandardNames.XSL_STYLESHEET;
builder.startElement(st, -1, 0, 0);
builder.namespace(NamespaceConstant.XSLT_CODE, 0);
builder.attribute(pool.allocate("", "", "version"), -1, version, 0, 0);
builder.startContent();
int te = StandardNames.XSL_TEMPLATE;
builder.startElement(te, -1, 0, 0);
builder.attribute(pool.allocate("", "", "match"), -1, "/", 0, 0);