This is a XSLT 1.0 port of the Gilded-Rose-Kata.
- Apache Ant's XSLT task is used to run the transformations.
update_quality.xsl
contains the Gilded Rose logic.- Run Ant in the current folder to transform all files.
texttest_fixture.xml
is transformed intotexttest_fixture.next_day.xml
with updated values.
xsltunit is a implementation of xUnit in XSLT.
tst_update_quality.xsl
is the the test (stylesheet).- Run Ant in the current folder to run the tests.
update_quality.test_result.xml
contains the results andupdate_quality.test_result.html
is a readable report.