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
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 corresponding reference files which are the expected result when I run the transform. I use file names/extensions to group them: myScript