summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-02Added Cedric to credsHEADmasterThorsten Behrens1-0/+1
2010-07-02Removed rework remnantsThorsten Behrens1-1/+0
2010-06-30Added shebang plus licenseMuthu Subramanian1-0/+16
2010-06-29OOXML diff, but for whole dirsMuthu Subramanian1-0/+18
2010-06-29make ooxmldiff work with files w/ same name, diff. pathsMuthu Subramanian1-5/+12
2010-06-23Added missing ooxmldiff script, thx to CedricThorsten Behrens1-0/+49
2010-06-23Added an ooxmldiff script.Cedric Bosdonnat1-6/+21
* xml2pyx can now output to something else than stdout
2010-06-23Output list of attrs _sorted_ - xml does not impose any orderThorsten Behrens1-2/+4
requirements on those
2010-05-26Aligned control char (un)escapementThorsten Behrens2-4/+2
2010-05-26Removed redundancy from readmeThorsten Behrens1-1/+1
2010-05-26Fix bug in processingInstruction handling, elaborate onThorsten Behrens2-2/+8
roundtripping losses.
2010-05-26Added invocation help to readmeThorsten Behrens1-0/+14
2010-05-26Added READMEThorsten Behrens1-0/+88
2010-05-26Initial import of pyx toolsThorsten Behrens2-0/+141
* xml2pyx.py: Convert from xml to PYX line-based format * pyx2xml.py: Convert back from PYX to xml PYX is a line-based representation for (much of) the xml info set, see http://www.ibm.com/developerworks/xml/library/x-matters17.html for an introduction