]> git.cworth.org Git - apitrace/commit
Add a script to convert logs from XML to plain text.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 25 Jul 2008 09:32:01 +0000 (18:32 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 25 Jul 2008 09:32:01 +0000 (18:32 +0900)
commita71090e5dfa7b901deee5bf3ed34b6c1a33f64ef
tree437486f89ff6354a18e50c4a9fc1387082fc4b87
parent63fc994195b19e5e032da5193f80bb84b3dc244f
Add a script to convert logs from XML to plain text.

XSLT processors read the whole log to memory, so they are not adequate for
large logs.
xml2txt.py [new file with mode: 0755]