<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sxml, branch nodes</title>
<subtitle>Stupid XML Generator</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/'/>
<entry>
<title>Add a Makefile to compile and link the example</title>
<updated>2011-06-01T08:44:49+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-06-01T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=628bab5c6a24346c22ab039eb2df19ad461ba726'/>
<id>628bab5c6a24346c22ab039eb2df19ad461ba726</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some comments to the example</title>
<updated>2011-06-01T08:23:15+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-06-01T08:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=282f3e36efb9b95e91d2c56568ad8019bcde6e3f'/>
<id>282f3e36efb9b95e91d2c56568ad8019bcde6e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When reparenting, remove child from old parent</title>
<updated>2011-06-01T08:19:42+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-06-01T08:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=a8091a9031f26dcdab1e14a55fd46d0603c225de'/>
<id>a8091a9031f26dcdab1e14a55fd46d0603c225de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move add_element() to node and add add_comment()</title>
<updated>2011-06-01T08:04:57+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-06-01T08:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=8eba476357c8488be510f012594f305848a7eeb6'/>
<id>8eba476357c8488be510f012594f305848a7eeb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New classes: node and comment.</title>
<updated>2011-06-01T07:52:04+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-06-01T07:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=a71564984253ade92fc4d3c9bf185807efc570bf'/>
<id>a71564984253ade92fc4d3c9bf185807efc570bf</id>
<content type='text'>
Move functionality from element to node and derive element
from node. This allows nodes to contain different types of
nodes, e.g. comments mixed with normal elements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move functionality from element to node and derive element
from node. This allows nodes to contain different types of
nodes, e.g. comments mixed with normal elements.
</pre>
</div>
</content>
</entry>
<entry>
<title>More element::add_child() overloads, misc changes</title>
<updated>2011-05-31T07:26:32+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-05-31T07:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=5fb5bb1c7cc0ce266f60ab272915a48770d1443f'/>
<id>5fb5bb1c7cc0ce266f60ab272915a48770d1443f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use element* instead of element&amp; and introduce parenting</title>
<updated>2011-05-26T13:02:22+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-05-26T13:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=b7a61ba83cbfa0f9684ce9cf476d4c819d1f04ba'/>
<id>b7a61ba83cbfa0f9684ce9cf476d4c819d1f04ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change sxml::element to use templates</title>
<updated>2011-05-25T12:04:58+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-05-25T12:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=279a262eab521434cdcf1ab33dab84bb9c0df923'/>
<id>279a262eab521434cdcf1ab33dab84bb9c0df923</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README with sxml requirements</title>
<updated>2011-05-24T19:26:45+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-05-24T19:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=d0f9a4a26cfae97cf6d9129e4a84d6b6fbb85052'/>
<id>d0f9a4a26cfae97cf6d9129e4a84d6b6fbb85052</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README with usage information</title>
<updated>2011-05-24T19:23:14+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2011-05-24T19:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/sxml/commit/?id=1f8e84c0238f1e837185b1bfec2c5ed08c2120ad'/>
<id>1f8e84c0238f1e837185b1bfec2c5ed08c2120ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
