13
0
livetrax/manual/xmlformat
Paul Davis 45d3ec1437 merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1698 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-11 13:07:51 +00:00
..
BUGS merged with 1697 revision of trunk (which is post-rc1 but pre-rc2 2007-04-11 13:07:51 +00:00
ChangeLog merged with 1697 revision of trunk (which is post-rc1 but pre-rc2 2007-04-11 13:07:51 +00:00
INSTALL merged with 1697 revision of trunk (which is post-rc1 but pre-rc2 2007-04-11 13:07:51 +00:00
LICENSE merged with 1697 revision of trunk (which is post-rc1 but pre-rc2 2007-04-11 13:07:51 +00:00
README merged with 1697 revision of trunk (which is post-rc1 but pre-rc2 2007-04-11 13:07:51 +00:00
xmlformat-ardour.conf merged with 1697 revision of trunk (which is post-rc1 but pre-rc2 2007-04-11 13:07:51 +00:00
xmlformat.pl merged with 1697 revision of trunk (which is post-rc1 but pre-rc2 2007-04-11 13:07:51 +00:00

xmlformat - an XML document formatter

Paul DuBois
paul@kitebird.com

This is the distribution for xmlformat 1.04.
If you find bugs, please let me know.

The current version of xmlformat is always available at:
	http://www.kitebird.com/software/

xmlformat is free software, distributed under a BSD-style license.
For specific licensing information, see the LICENSE file.

For installation instructions, see the INSTALL file.  xmlformat has two
implementations, one in Ruby and one in Perl.  They should produce
identical output in all cases.

Documentation is in the docs subdirectory.

Tests are in the tests directory, though you run them in the main
xmlformat directory:
- To run all tests:
	make test
- To run all tests for the Ruby version:
	./runtest all
- To run all tests for the Perl version:
	./runtest -p all
- To run an individual test for the Ruby version:
	./runtest testname
- To run an individual test for the Perl version:
	./runtest -p testname

A test name is the name of its .xml file, minus the .xml suffix.
For more information, see tests/Notes.