> > The XSLTC folks tweaked this particular output comparison routine a > > while back, but I can't seem to find references to it in active code in > > CVS. Are we still using this today, or not?
> I thought so, but I couldn't find any references either. I remember we were > using a property for this, but I can't find it in the build.xml file. It's still in use -- there's a reference in the test.properties: conf.xsltc.fileChecker=org.apache.qetest.xsl.XHTFileCheckServiceXSLTC > Yes, that was one of the diffs. The other had to do with the location of > namespace declarations --I believe XSLTC's comparator was simply ignoring NS > declaration, which helps reduce the noise at the expense of an occasional > false pass. Another diff was the use of JTidy to compare HTML output, but as > I said, I'm not sure that this is being used in the current CVS. FYI, there's also a patch on bug 13384 for the XHTComparatorXSLTC so that it would use the namespace URI instead of just the prefix when making comparisons. Cheers, Gordon
