Hmmm - these seem to have failed for several days now, don't know why I didn't notice until now. (Oh, probably the slowness problems with Apache mailservers etc.) See http://jakarta.apache.org/builds/gump/2001-10-26/xml-xalan2-smoketest.html (or the one from the 27th, seems like the same thing)
Note: See Scott's comments in the first change; sounds like perhaps a couple of gold files need to be updated for the minor change in escaping that he did. These two conf tests are now failing: FAIL! StylesheetTestlet attribvaltemplate07.xsl FAIL! StylesheetTestlet output31.xsl Likely CVS updates/culprits : P xml-xalan/java/src/org/apache/xalan/serialize/SerializerToHTML.java ---------------------------- Revision : 1.9 Date : 2001/10/25 22:37:59 Author : 'sboag' State : 'Exp' Lines : +1 -1 Description : By longstanding request, don't URL-escape spaces.This is consistent with the specification, and the opinion of the right thing to do by several people on the XSL working group, including Mike Kay, and by the LotusXSLTeam. P xml-xalan/java/src/org/apache/xpath/compiler/XPathParser.java ---------------------------- Revision : 1.17 Date : 2001/10/25 16:44:15 Author : 'sboag' State : 'Exp' Lines : +6 0 Description : Added fix for bug reported by Myriam for match="//x/a" patterns.On the second "/" on "//", the parser wasn't swallowing the token, which caused the "x" pattern to be ancestor instead of parent.If you don't have this fix, it will cause 'a' to be matched when it has any ancestor that is 'x'. This fix should be localized to only match patterns.The reason this probably wasn't reported before, is because "//" at the head of a match pattern is pretty useless, "x/a" being equivelent. P xml-xalan/test/build.bat curcuru (but should be unrelated, since problems in these two files would have either caused a lot of tests to fail or none) P xml-xalan/test/build.xml - Shane
