Introduction
XSugarTools contains some utilities for XML data processing. Each utility has only simple function, but the combination of them can solve complex problem. This project is inspired from "Software Tools" by Brian W. Kargnighan and J.P.Plauger.
Copyright
All software and documentations are distributed under GNU public license (Version 2).
System Requirement
Operating system
Mac OS X 10.5 (Leopard)
Required framework
The latest version of Coconut Framework.
Download
This project is hosted by XSugarTools on sourceforge.net. To download source code, click Download button on the page.
Commands
| Command name | Overview |
|---|---|
| xsg-cat | Concate nate XML file like cat command. |
| xsg-empty | Generate empty XML/HTML file. |
| xsg-index | Insert indent to improve readability |
| xsg-mproc | XML macro processor. |
| xsg-txt2xml | Convert plain text into XML. |
Implementation specification
See Implementation Specification page.
ChangeLog
| Version | Release date | Comment |
|---|---|---|
| v0.5.0 | Aug. 22, 2009 | xsg-indent command is added.
|