RE: Unit testing xslt

2002-08-29 Thread Robert Koberg
ent: Thursday, August 29, 2002 6:49 AM > To: [EMAIL PROTECTED] > Subject: RE: Unit testing xslt > > > I have unit tests for all my xslt. > > I'm not using XSLTUnit (which is a fine program)--in my case, for each > xslt file, I have a one or more test input files and correspo

RE: Unit testing xslt

2002-08-29 Thread Stephen Ng
time, and make sure sure my tests start to succeed again. I think unit testing xslt's is a great thing. HTH, Steve > -Original Message- > From: Robert Leftwich [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 9:58 PM > To: [EMAIL PROTECTED] > Subject:

Unit testing xslt

2002-08-28 Thread Robert Leftwich
Given Cocoon's big focus on transforms, I was wondering if anyone is using unit tests and/or test-first design when developing their xslt? I'd appreciate any comments on its effectiveness and what tools you are using (XSLTunit for example?). Robert ---