ilene 2002/10/07 08:29:03
Modified:java/src/org/apache/xpath/axes WalkerFactory.java
UnionPathIterator.java DescendantIterator.java
java/src/org/apache/xpath/compiler XPathParser.java
Lexer.java Compiler.java OpMap.java
pauldick2002/08/14 15:12:39
Removed: java/src/org/apache/xpath/compiler Tag: xalan3
XPathParser.java XPathDumper.java PsuedoNames.java
package.html OpMap.java OpCodes.java Lexer.java
Keywords.java FunctionTable.java
costin 02/05/06 11:45:28
Modified:java/src/org/apache/xpath/compiler XPathParser.java
Log:
Remove the duplicated ;;
( which broke the JDK1.4 compilation which in turn broke all the gump
deps ).
Revision ChangesPath
1.20 +2 -2 xml-xalan/java/src/org/apa
mmidy 02/04/18 14:01:42
Modified:java/src/org/apache/xalan/xsltc/dom Tag: XSLTC_DTM
SAXImpl.java
java/src/org/apache/xml/dtm/ref Tag: XSLTC_DTM
DTMDefaultBaseIterators.java
java/src/org/apache/xpath/compiler
sboag 01/10/25 09:44:15
Modified:java/src/org/apache/xpath/compiler XPathParser.java
Log:
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