NAME
tkxmlview - a simple Tk based XML viewer
SYNOPSIS
tkxmlview [-indent amount] [-mainbg color] [-loaddtd] file_or_url
DESCRIPTION
tkxmlview displays the XML from the specified file or URL as a tree.
OPTIONS
- -indent amount
 - 
Set the indentation width in pixels. The default is taken from Tk::XMLViewer.
 - -mainbg color
 - 
Set the background color of the main window. The color is any valid Tk color name.
 - -loaddtd
 - 
Causes tkxmlview to load any external DTD specified in the XML file.
 
AUTHOR
Slaven Rezic