summaryrefslogtreecommitdiff
path: root/xml2tsv.c
AgeCommit message (Collapse)Author
2020-01-04fix buffer overflowKatolaZ
2020-01-03some fixes and improvementsHiltjo Posthuma
- print_no_cr: fix for modification of const buffer. - improve buffering of data handlers using the start and end handlers. - add XML entity conversion. - some white-space fixes.
2020-01-03improve output when a tag contains a shorttagHiltjo Posthuma
for example: <root><p>test file<br/>abc</p></root>
2020-01-03fix use of strncpy (thanks Hiltjo Posthuma)KatolaZ
2020-01-03initial commitKatolaZ