- Timestamp:
- 04/15/09 02:55:25 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/samples/CreateXmlCss.java
r777 r792 56 56 + "\n</head>\n<body>"; 57 57 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>" 59 60 + "\n <script type=\"text/javascript\" src=\"wml_fix.js\"></script>" 60 61 + "\n</html>"; … … 73 74 // String inputfilepath = System.getProperty("user.dir") + "/sample-docs/numbering-multilevel.docx"; 74 75 //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"; 77 78 78 79 System.out.println(inputfilepath);
Note: See TracChangeset
for help on using the changeset viewer.
