-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Milestone
Description
Hello Michael,
To help debug processing errors, I would suggest the following enhancement to the class org.dbdoclet.trafo.internal.html.docbook.editor.BrEditor (line 58):
DocBookElement parent;
try {
parent = (DocBookElement) getCurrent().getParentNode();
} catch (ClassCastException ex) {
logger.error("Failed processing node, current node text content is: " +
getCurrent().getTextContent());
throw ex;
}
if (parent != null) {
Para para = dbfactory.createPara();
parent.appendChild(para);
setParent(para);
setCurrent(para);
}Best regards,
Pierre Sion
Metadata
Metadata
Assignees
Labels
No labels