FXParser
FXParser parses the xml format parameter settings
files saved by the GlobalDesktop and other appications via the toolbar Save button.
The xml format is translated into a plain ascii file that is
easier for people to read than xml.
Invocation
java FXParser
This starts up the java interpreter and runs the FXParser
application. You need to have
set up your environment for java
in order for this to work.
FXParser window
The Fiswidgets Xml Parser is a program that is used to parse xml files generated by Fiswidgets applications.
The parser creates files that can be read by people with more ease than plain xml files.
FXParser also has a no GUI mode, where it can parse xml files without displaying any graphical components.
Usage: java FXParser [-nogui] <input file> <output file> [-overwrite]
- -nogui
An optional flag to run FXParser in non GUI mode
- input file
This is the xml file to be parsed.
- output file
This is the name of the file where the output will be written.
- -overwrite
An optional flag that will allow an output file to be overwitten if it already exists.
Information to be entered
- Input file
This is the xml file to be parsed.
- Output file
This is the name of the file where the output will be written.
- Enable overwrites
When enabled, the file will be overwitten if it already exists.
Last updated Mon Jul 28 13:54:27 EDT 2003