XML Tree Editor
betaBasic cross-platform tree view XML editor
Screenshots
Description
XMLTreeEdit displays XML files as tree views and allows basic operations: adding, editting and deleting text nodes and their attributes.
The main goal is providing a simple tool to create/edit XML configuration files for users without knowledge of XML.
Built in Free Pascal Lazarus, which allows easy compilation for different target platforms.
Currently binary executables were produced and tested on Windows (XP, 7) and Ubuntu Linux (GTK2).
For developers: there are two units listed separately to support XML configuration files in your application:
XMLfile.pas - Lazarus/Free Pascal
uXMLConfig.pas - Delphi (2007..XE2)
Categories
License
Features
- XMLFile - an independent unit to read/write XML-based configuration files, much like INIFile; available as a separate download
- No XML text displayed - all editing is made over tree view representation. Program logic maintains XML file integrity.
- Available commands for XML tags: Add, Edit, Delete, Rename, Move to another position on the tree, Copy to another position, Copy from separate "reference" XML document
- Available commands for Comments: Add, Edit and Delete.
- Text node is not separated from its container tag; it can contain virtually everything - supported features include multi-line editor, reading file name from file dialogue, loading content of text or binary file, reading RGB colour value from color dialogue.
- Search facilities, including search through text values.
- Second window with independent "reference" XML file; supported commands are Copy Name, Copy Text, Copy the node with all its children and attributes.
- Very customisable - the program has two XML configuration files.
- Supports language translation - the only tool required to make a new translation is XML Tree Editor itself.
Update Notifications
User Ratings
User Reviews
-
Wonderful little utility. Thank you for filling the gap between those heavyweight canones and simple text editors. This is just what the doctor ordered :)