<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xml2tsv/xml2tsv.c, branch master</title>
<subtitle>a simple xml-to-tsv converter, based on xmlparser</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/'/>
<entry>
<title>fix the condition to emit SEP in xmldata</title>
<updated>2021-12-08T22:24:31+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2021-12-08T22:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=e45f9c38cbcc4c544f0107d1abc79f4e1e039413'/>
<id>e45f9c38cbcc4c544f0107d1abc79f4e1e039413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>count tag childrend to fix lack of SEP emission on data with leading whitespaces</title>
<updated>2021-12-08T21:44:11+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2021-12-08T21:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=df38d2270241927e5436a0bc36ffb99044a8f4fb'/>
<id>df38d2270241927e5436a0bc36ffb99044a8f4fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>several improvements and more efficient xml parser</title>
<updated>2020-09-30T10:42:07+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2020-09-30T10:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=60c249ec24ab865c4a55759c7ffde2da99530b1d'/>
<id>60c249ec24ab865c4a55759c7ffde2da99530b1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid unnecessary fields due to data after tags</title>
<updated>2020-01-12T19:15:56+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-12T19:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=1e797ce6bffc927a69bc38828b5158dbb68b5950'/>
<id>1e797ce6bffc927a69bc38828b5158dbb68b5950</id>
<content type='text'>
Avoid to include more fields than needed in a record when there is
some data (e.g., spaces) after the end of a tag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid to include more fields than needed in a record when there is
some data (e.g., spaces) after the end of a tag
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid double printout on short tags</title>
<updated>2020-01-05T15:06:56+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-05T15:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=11b4f557a5927fdc9277a071f4c9bcc76cf725df'/>
<id>11b4f557a5927fdc9277a071f4c9bcc76cf725df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add newline to error printouts</title>
<updated>2020-01-05T14:53:49+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-05T14:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=c974d52007f0362f455b6a544e1ff2f14929a9ee'/>
<id>c974d52007f0362f455b6a544e1ff2f14929a9ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use stack_empty in stack-related functions</title>
<updated>2020-01-05T07:47:33+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-05T07:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=8401a64f99c614fa5e32c1b34e5499e0ab948d85'/>
<id>8401a64f99c614fa5e32c1b34e5499e0ab948d85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove control chars</title>
<updated>2020-01-05T06:54:03+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-05T06:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=302088dbb8f0eb6bca0c3d97bb2066bad3d5d4c5'/>
<id>302088dbb8f0eb6bca0c3d97bb2066bad3d5d4c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>print unclosed tags after EOF and rename print_no_cr</title>
<updated>2020-01-04T12:18:30+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-04T12:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=90c501f47d0a32cedca9a4ea27fbe27be9fb3be4'/>
<id>90c501f47d0a32cedca9a4ea27fbe27be9fb3be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>quote \ appropriately</title>
<updated>2020-01-04T11:12:02+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-04T11:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/xml2tsv/commit/?id=6b7046c7c6b7d269067b2586f676c81a0c531420'/>
<id>6b7046c7c6b7d269067b2586f676c81a0c531420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
