Changeset 1722
- Timestamp:
- 11/29/11 13:21:39 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/datastorage/BindingHandler.java
r1719 r1722 269 269 270 270 log.info("convertXHTML extension function"); 271 log.info("contentChild: " + contentChild); 271 272 272 273 String r = xpathGetString(pkg, customXmlDataStorageParts, storeItemId, xpath, prefixMappings); … … 290 291 291 292 if (results.size()>0 && 292 contentChild.equals("r") ) { 293 (contentChild.equals("r") 294 || contentChild.equals("proofErr") 295 // TODO: is there other inline content Word might put into a content control? 296 ) ) { 293 297 // Only accept the first result object 294 298 … … 662 666 Xpath xpath = xPathsPart.getXPathById(xPathsPart.getJaxbElement(), xpathId); 663 667 668 if (xpath==null) { 669 log.warn("Couldn't find xpath with id: " + xpathId); 670 return null; 671 } 672 664 673 String storeItemId = xpath.getDataBinding().getStoreItemID(); 665 674 String xpathExp = xpath.getDataBinding().getXpath();
Note: See TracChangeset
for help on using the changeset viewer.
