{
// En un futuro podr�a plantearse el cacheado
String docCode = wrapBodyAsDocument(fragCode);
XercesDOMParserWrapperImpl parser = itsNatDoc.getMarkupParser();
Document doc = parseDocument(docCode,parser);
templateDelegate.normalizeDocument(doc);
Element body = getBodyParentElement(doc);
Document docTarget = itsNatDoc.getDocument();