Ignore:
Timestamp:
06/21/09 19:31:45 (3 years ago)
Author:
jharrop
Message:

Use "newer", "older" for diff terminology, not "left", "right"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/diffx/com/topologi/diffx/format/SmartXMLFormatter.java

    r836 r838  
    193193    this.xml.setPrefixMapping(Constants.DELETE_NS, "del"); 
    194194    this.xml.setPrefixMapping("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "w"); 
     195    this.xml.setPrefixMapping("http://schemas.openxmlformats.org/drawingml/2006/main", "a"); 
     196    this.xml.setPrefixMapping("http://schemas.openxmlformats.org/drawingml/2006/picture", "pic"); 
     197    this.xml.setPrefixMapping("http://schemas.openxmlformats.org/officeDocument/2006/relationships", "r");     
     198    this.xml.setPrefixMapping("urn:schemas-microsoft-com:vml", "v"); 
     199    this.xml.setPrefixMapping("urn:schemas-microsoft-com:office:word", "w10");  
     200    this.xml.setPrefixMapping("http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", "wp");     
     201     
    195202     
    196203  } 
Note: See TracChangeset for help on using the changeset viewer.