Ignore:
Timestamp:
07/14/10 08:41:22 (23 months ago)
Author:
jharrop
Message:

Content control binding extensions test/example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/io/Load.java

    r1050 r1162  
    284284                                        continue; 
    285285                                } 
    286                                 String itemId = customXmlProps.getItemId(); 
     286                                String itemId = customXmlProps.getItemId().toLowerCase(); 
    287287                                log.info("Identified/registered ds:itemId " + itemId); 
    288288                                pkg.getCustomXmlDataStorageParts().put(itemId,  
Note: See TracChangeset for help on using the changeset viewer.