mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
| .. | ||
| xsltunit-0.2 | ||
| .gitignore | ||
| build.xml | ||
| gilded_rose.dtd | ||
| README.md | ||
| texttest_fixture.xml | ||
| tst_update_quality.xsl | ||
| update_quality.xsl | ||
XSLT port of the Gilded-Rose Kata
This is a XSLT 1.0 port of the Gilded-Rose-Kata.
Building and Running
- Apache Ant's XSLT task is used to run the transformations.
update_quality.xslcontains the Gilded Rose logic.- Run Ant in the current folder to transform all files.
texttest_fixture.xmlis transformed intotexttest_fixture.next_day.xmlwith updated values.
Unit Test
xsltunit is a implementation of xUnit in XSLT.
tst_update_quality.xslis the the test (stylesheet).- Run Ant in the current folder to run the tests.
update_quality.test_result.xmlcontains the results andupdate_quality.test_result.htmlis a readable report.