<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xml2tsv, branch master</title>
<subtitle>a simple xml-to-tsv converter, based on xmlparser</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.katolaz.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.katolaz.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.katolaz.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>do not suppress compilation output with the @ prefix</title>
<updated>2021-01-06T15:45:49+00:00</updated>
<author>
<name>Anders Damsgaard</name>
<email>anders@adamsgaard.dk</email>
</author>
<published>2021-01-06T10:51:59+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.katolaz.net/xml2tsv/commit/?id=b0601f2be7df28d3fab982344a2cc0df8960b012'/>
<id>b0601f2be7df28d3fab982344a2cc0df8960b012</id>
<content type='text'>
As "Considerations" in bitreich-style/c/makefile-guideline.txt:

&gt;87 * It is not recommended to suppress compilation output with the @ prefix (for
&gt;88   example to make output look nicer aligned). The verbose output is very useful
&gt;89   for debugging and suppressing it only adds debugging abstractions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As "Considerations" in bitreich-style/c/makefile-guideline.txt:

&gt;87 * It is not recommended to suppress compilation output with the @ prefix (for
&gt;88   example to make output look nicer aligned). The verbose output is very useful
&gt;89   for debugging and suppressing it only adds debugging abstractions.
</pre>
</div>
</content>
</entry>
<entry>
<title>install/uninstall xml2tsv(1) man page</title>
<updated>2021-01-06T15:45:42+00:00</updated>
<author>
<name>Anders Damsgaard</name>
<email>anders@adamsgaard.dk</email>
</author>
<published>2021-01-06T10:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.katolaz.net/xml2tsv/commit/?id=f7457cb90397ac1c6df8c4bc05ebbf2cf4334a68'/>
<id>f7457cb90397ac1c6df8c4bc05ebbf2cf4334a68</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.katolaz.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>merge new version of xmlparser (f32a38c45da3bd764f1708600a33bd878cbe8afc)</title>
<updated>2020-02-05T19:22:30+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-02-05T19:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.katolaz.net/xml2tsv/commit/?id=b416c171bb34297d7f8bc4c027de7136a113d144'/>
<id>b416c171bb34297d7f8bc4c027de7136a113d144</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.katolaz.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>remove CFLAGS from linking</title>
<updated>2020-01-07T15:58:34+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-07T15:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.katolaz.net/xml2tsv/commit/?id=77a22b4fd5d8f6c9f64245788e5726de78f8c30e'/>
<id>77a22b4fd5d8f6c9f64245788e5726de78f8c30e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix xml2tsv makefile target for compatibility</title>
<updated>2020-01-07T15:52:52+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2020-01-07T15:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.katolaz.net/xml2tsv/commit/?id=921bd2cd5dda0f9d25343a445493a1ebee78868b'/>
<id>921bd2cd5dda0f9d25343a445493a1ebee78868b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.katolaz.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>
</feed>
