<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BuildXSLT, branch master</title>
<subtitle>Simple XSLT build system built on InputXSLT</subtitle>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/BuildXSLT/'/>
<entry>
<title>Expanded generation failure message to include error log</title>
<updated>2014-10-13T16:44:03+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-13T16:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/BuildXSLT/commit/?id=8b31d7cdd01f9a83ff7ab282993eb5b877a971ed'/>
<id>8b31d7cdd01f9a83ff7ab282993eb5b877a971ed</id>
<content type='text'>
* a failed call to "InputXSLT:generate" returns a full log of all errors and XSLT messages
** this log is very helpful for debugging purposes and is now included into BuildXSLT errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* a failed call to "InputXSLT:generate" returns a full log of all errors and XSLT messages
** this log is very helpful for debugging purposes and is now included into BuildXSLT errors
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated README.md to mention module support</title>
<updated>2014-10-12T11:14:35+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-12T11:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/BuildXSLT/commit/?id=ce5c887d3f8d7f72396bae5b20166d6af1c76445'/>
<id>ce5c887d3f8d7f72396bae5b20166d6af1c76445</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented module support</title>
<updated>2014-10-11T21:31:38+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-11T21:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/BuildXSLT/commit/?id=c8bf8044eed7df60bfc645097df90dd111554f2f'/>
<id>c8bf8044eed7df60bfc645097df90dd111554f2f</id>
<content type='text'>
* module support aims to enable extraction of core static site generation functionality implemented for my personal blog into a separate project
** i.e. the detail transformations of repository [blog.kummerlaender.eu](https://github.com/KnairdA/blog.kummerlaender.eu/)
* a BuildXSLT module is a simple XML file definining the transformations which make up the module
* modules may be built using the newly implemented "module" task type
** this task requires a input and definition node
*** the input node is resolved in the same way as "generate" input nodes
*** the definition node currently only supports the file mode
** chained transformation links inside the definition are resolved relative to the definition files location
*** this was enabled by commit `a4a7ee4` to InputXSLT
* restructured task processing
* transformations are now read by "InputXSLT:generate" instead of by "InputXSLT:read-file"
** this enables entities to be resolved against the transformation location
** this was enabled through filesystem context resolution changes in commit `3c166ed` to InputXSLT
* added basic error handling based on terminating XSLT messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* module support aims to enable extraction of core static site generation functionality implemented for my personal blog into a separate project
** i.e. the detail transformations of repository [blog.kummerlaender.eu](https://github.com/KnairdA/blog.kummerlaender.eu/)
* a BuildXSLT module is a simple XML file definining the transformations which make up the module
* modules may be built using the newly implemented "module" task type
** this task requires a input and definition node
*** the input node is resolved in the same way as "generate" input nodes
*** the definition node currently only supports the file mode
** chained transformation links inside the definition are resolved relative to the definition files location
*** this was enabled by commit `a4a7ee4` to InputXSLT
* restructured task processing
* transformations are now read by "InputXSLT:generate" instead of by "InputXSLT:read-file"
** this enables entities to be resolved against the transformation location
** this was enabled through filesystem context resolution changes in commit `3c166ed` to InputXSLT
* added basic error handling based on terminating XSLT messages
</pre>
</div>
</content>
</entry>
<entry>
<title>Added MIT license</title>
<updated>2014-09-12T15:58:20+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-09-12T15:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/BuildXSLT/commit/?id=4d3fae9134a0bcfcc7e95a690c65bf1ceb613229'/>
<id>4d3fae9134a0bcfcc7e95a690c65bf1ceb613229</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated README.md to link to the correct example repository</title>
<updated>2014-09-07T12:37:49+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-09-07T12:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/BuildXSLT/commit/?id=21a33ab0639cb09b199bbe7347e37d18acd1ead8'/>
<id>21a33ab0639cb09b199bbe7347e37d18acd1ead8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented basic XSLT build system</title>
<updated>2014-09-05T18:09:08+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-09-05T18:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/BuildXSLT/commit/?id=1822c63ff75e3d67a98b9a334194da29fb0f331d'/>
<id>1822c63ff75e3d67a98b9a334194da29fb0f331d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
