index
:
xml2tsv
master
a simple xml-to-tsv converter, based on xmlparser
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-08
fix the condition to emit SEP in xmldata
HEAD
master
KatolaZ
2021-12-08
count tag childrend to fix lack of SEP emission on data with leading whitespaces
KatolaZ
2021-01-06
do not suppress compilation output with the @ prefix
0.1
Anders Damsgaard
2021-01-06
install/uninstall xml2tsv(1) man page
Anders Damsgaard
2020-09-30
several improvements and more efficient xml parser
Hiltjo Posthuma
2020-02-05
merge new version of xmlparser (f32a38c45da3bd764f1708600a33bd878cbe8afc)
KatolaZ
2020-01-12
avoid unnecessary fields due to data after tags
KatolaZ
2020-01-07
remove CFLAGS from linking
KatolaZ
2020-01-07
fix xml2tsv makefile target for compatibility
KatolaZ
2020-01-05
avoid double printout on short tags
KatolaZ
2020-01-05
add newline to error printouts
KatolaZ
2020-01-05
use stack_empty in stack-related functions
KatolaZ
2020-01-05
add manpage
KatolaZ
2020-01-05
add LDFLAGS in config.mk
KatolaZ
2020-01-05
remove control chars
KatolaZ
2020-01-04
print unclosed tags after EOF and rename print_no_cr
KatolaZ
2020-01-04
quote \ appropriately
KatolaZ
2020-01-04
add minimal README.md
KatolaZ
2020-01-04
use config.h
KatolaZ
2020-01-04
add Makefile and config.h
KatolaZ
2020-01-04
quote newline and tabs; set separator and attribute assign chars
KatolaZ
2020-01-04
fix buffer overflow
KatolaZ
2020-01-03
some fixes and improvements
Hiltjo Posthuma
2020-01-03
improve output when a tag contains a shorttag
Hiltjo Posthuma
2020-01-03
fix use of strncpy (thanks Hiltjo Posthuma)
KatolaZ
2020-01-03
initial commit
KatolaZ