gxmlviewer is an xmlviewer for Linux with a Netscape plugin, and now a bonobo control as well.
gxmlviewer was written under RedHat 7.1, running Ximian Gnome, and has only been tested with RedHat 7.1 and netscape 4.76. I can't guarantee that it will work in any other environment. gxmlviewer required gtk and gnome libraries to be installed. In order to compile the bonobo component, you will also need the bonobo installed as well. I had to install Ximian Gnome to achieve this. I have heard from at least one person running Redhat 6.2, who has had a problem installing from rpm. rpm in 6.2 complains about the rpm version in the .rpm file.
Installation Instructions/b>
To build the source and binary rpms from source (as root), type
rpm -ta gxmlviewer-1.2.0-1.tar.gz
To build the binary rpm from the source rpm (as root), type
rpm --rebuild gxmlviewer-1.2.0-1.src.rpm
To install using rpm, simply type
rpm -Uhv gxmlviewer-1.2.0-1.i386.rpm
rpm -Uhv xmlview-control-1.2.0-1.i386.rpm
To install manually, download the source and run the following commands from the base directory from which the tar.gz archive was unpacked.
./configure
make
make install
To uninstall manually.
make uninstall
What's New in This Release:
· Empty tags are now compressed.
· CDATA and Comment tags are now handled better.
· The xml version and encoding header is now shown.
· Support for building under windows.
Product's homepage