DOMViewer a=idk@eng.sun.com, sdv@sparc.spb.su r=idk@eng.sun.com, sdv@sparc.spb.su git-svn-id: svn://10.0.0.236/trunk@61229 18797224-902f-48f8-a5cc-f745e15eee43
36 lines
745 B
Plaintext
36 lines
745 B
Plaintext
DOM Viewer Pluglet Example.
|
|
================================
|
|
|
|
This directory contains the source code for zip compressed files
|
|
viewer pluglet example.
|
|
|
|
========================================================================
|
|
Win32 Build Directions:
|
|
========================================================================
|
|
Requirements:
|
|
|
|
* built latest mozilla tree for Windows
|
|
|
|
* JDK1.3
|
|
|
|
* built Java-Implemented Plugins.
|
|
|
|
* built Java-DOM (mozilla\java\dom)
|
|
|
|
How To Build:
|
|
|
|
* type "nmake /f makefile.win"
|
|
|
|
|
|
How to Run:
|
|
|
|
* Follow the directions in ..\..\README
|
|
|
|
* Set PLUGLET environment to the directory you have DOMViewer.jar
|
|
|
|
* Run mozilla and load page test.html from this directory and you will see
|
|
the DOM tree of test.html document
|
|
|
|
|
|
|