<feed xmlns='http://www.w3.org/2005/Atom'>
<title>InputXSLT/test/default_params, branch master</title>
<subtitle>XSLT extensions for static site generation</subtitle>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/InputXSLT/'/>
<entry>
<title>Removed unnecessary template member methods from TranformationFacade</title>
<updated>2014-07-01T18:54:02+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-07-01T18:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/InputXSLT/commit/?id=784ac42a0f05608e3d9c5e15246dbf76ce9e3d51'/>
<id>784ac42a0f05608e3d9c5e15246dbf76ce9e3d51</id>
<content type='text'>
* neither the constructor nor the generate member methods need to be templatized
** only supported "output" argument is now a reference to a "std::basic_ostream&lt;char&gt;" instance
** the caller is responsible for e.g. writing the output to disk
* this was done to simplify the basic interface of InputXSLT
* removed "default_params" testcase along with default parameter generation
** this feature is neither used nor required
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* neither the constructor nor the generate member methods need to be templatized
** only supported "output" argument is now a reference to a "std::basic_ostream&lt;char&gt;" instance
** the caller is responsible for e.g. writing the output to disk
* this was done to simplify the basic interface of InputXSLT
* removed "default_params" testcase along with default parameter generation
** this feature is neither used nor required
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified test case result variable definitions</title>
<updated>2014-06-01T15:31:17+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2014-06-01T15:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/InputXSLT/commit/?id=6b5da054693cd348f3c357dbf1c8cb1979fecf6a'/>
<id>6b5da054693cd348f3c357dbf1c8cb1979fecf6a</id>
<content type='text'>
* variables containing the output of a external function can be defined using the "select" attribute
** tree-like definition is only needed when helper templates such as "transformer" are used
** queries on variables that are instantiated in this fashion need the "self::" prefix before base nodes
* changed includes of the "testcase.xsl" base template to imports
** this signifies that the importing template is based on the imported template
** ... and this is exactly what we want to define
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* variables containing the output of a external function can be defined using the "select" attribute
** tree-like definition is only needed when helper templates such as "transformer" are used
** queries on variables that are instantiated in this fashion need the "self::" prefix before base nodes
* changed includes of the "testcase.xsl" base template to imports
** this signifies that the importing template is based on the imported template
** ... and this is exactly what we want to define
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test case base template and improved transformer helper template</title>
<updated>2014-05-21T18:30:37+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2014-05-21T18:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/InputXSLT/commit/?id=283101c02a7e6a71f221fe731168e9b0096e3766'/>
<id>283101c02a7e6a71f221fe731168e9b0096e3766</id>
<content type='text'>
* test case base template contains the basic test case markup
** it was mostly created to include include-path resolution into the test cases
* improved transformer helper template by separating the external function call into its own variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test case base template contains the basic test case markup
** it was mostly created to include include-path resolution into the test cases
* improved transformer helper template by separating the external function call into its own variable
</pre>
</div>
</content>
</entry>
<entry>
<title>Added default target file and path parameters</title>
<updated>2014-05-09T19:29:39+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2014-05-09T19:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/InputXSLT/commit/?id=47b3bb0882a838ba794f105f3dc93ec45f5e1727'/>
<id>47b3bb0882a838ba794f105f3dc93ec45f5e1727</id>
<content type='text'>
* the transformation is now provided with default parameters such as the target file and its parent directory
* added appropriate test case
** default_params
* test frontend now doesn't provide a "test" parameter anymore
* extracted parameter setter into separate member method "setParameters" of TransformationFacade
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* the transformation is now provided with default parameters such as the target file and its parent directory
* added appropriate test case
** default_params
* test frontend now doesn't provide a "test" parameter anymore
* extracted parameter setter into separate member method "setParameters" of TransformationFacade
</pre>
</div>
</content>
</entry>
</feed>
