Ignore:
Timestamp:
04/15/09 02:55:25 (3 years ago)
Author:
jharrop
Message:

javeline_xpath.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/samples/CreateXmlCss.java

    r777 r792  
    5656                + "\n</head>\n<body>"; 
    5757 
    58         public final static String HTML_TAIL =  "\n  </body>"  
     58        public final static String HTML_TAIL =  "\n  </body>" 
     59                    + "\n  <script type=\"text/javascript\" src=\"javeline_xpath.js\"></script>"  
    5960                        + "\n  <script type=\"text/javascript\" src=\"wml_fix.js\"></script>" 
    6061                        + "\n</html>"; 
     
    7374//                      String inputfilepath = System.getProperty("user.dir") + "/sample-docs/numbering-multilevel.docx"; 
    7475                //String inputfilepath = System.getProperty("user.dir") + "/test3.docx"; 
    75                          String inputfilepath = "/home/dev/workspace/docx4all/sample-docs/docx4all-CurrentDocxFeatures.docx"; 
    76 //                       String inputfilepath = "/home/dev/workspace/docx4j/sample-docs/StyleResolution.xml"; 
     76//                       String inputfilepath = "/home/dev/workspace/docx4all/sample-docs/docx4all-CurrentDocxFeatures.docx"; 
     77                         String inputfilepath = "/home/dev/workspace/docx4j/sample-docs/StyleResolution.xml"; 
    7778                 
    7879                        System.out.println(inputfilepath); 
Note: See TracChangeset for help on using the changeset viewer.