Documentation
The following documentation is available for the OpenXML Viewer plug-in and command line interface.
Testing
Testing was conducted on the application at different levels.
Functional TestingAt the functional level, the basic functionality was tested for correct reproduction of docx elements in HTML. Deviations and not supported features were identified and documented. The following documents were used to test the base functionality.
Functional Test DocumentsTest coverageBesides the functional tests, the following documents were used as test coverage documents. They include real world documents to reproduce the end-user scenarios.
Test Coverage 1Test Coverage 2Test Coverage 3Test Coverage 4Test Coverage 5The Test Defect metrics based on the above tests can be viewed
hereRegression testsRegression tests after builds were done using the
Regression Test Documents
November CTP Release Features
The following list of features which are included in the release November 2008 CTP release
- Core transformation framework
- Browser plug-ins for Firefox 3.0.x on Windows XP, Vista, 2003, 2008 and Linux (OpenSUSE 11.0)
- Command-line interface for converting Word 2007 documents to xHTML for Windows and Linux
- Word Document features including translation of
- Font types
- Images
- Text styles
- Tables
- Hyperlinks
- Background color
- VML to SVG Conversion (Diagram)
- Rectangle
- Oval
- Rounded Rectangle
- Fill colors
- Stroke
FAQ (Frequently Asked Questions)
Q. Where can I find the installation files?A. Head over to the Releases section and select the latest release. The Windows installer is called
OpenXMLViewerwin
firefox.xpi. The linux installer is called
OpenXMLViewerlinux
firefox.tar.
Q. I found some undocumented issues. What do I do about this?A. You can log issues, suggestions, feedback in the
Issue Tracker. We'd love to hear from you. So do provide your feedback. We look forward to this.
Q. I have installed the plug-in on Linux. The plug-in still does not show up in Firefox. What should I do?A. The following steps may be required to get the plug-in to come up on Linux.
1. Ensure that the user has read permissions to /usr/lib/mozilla/plugins directory
2. run the following script as the logged in user after shutting down firefox:
> ln -s /usr/lib/mozilla/plugins/NPDOCX.so ~/.mozilla/plugins/NPDOCX.so
If the plugins folder does not exist in the ~/.mozilla folder, create the plugins folder and retry the above link.
3. Ensure that /usr/local/lib entry exists in /etc/ld.so.conf
4. Restart the OS and try again.
If the above steps donot work, please log an entry in the
Issue Tracker with the details of Firefox version info and OS version info.
Q. Is there a linux uninstallation/cleanup script?A. Run
this script file from the commandline to cleanup the installation of the plugin/commandline application.