jkesselm02/03/04 10:21:32
Modified:java/src/org/apache/xalan/processor StylesheetHandler.java
java/src/org/apache/xalan/templates ElemVariable.java
java/src/org/apache/xalan/transformer TransformerImpl.java
java/src/org/apache/xml/dtm/ref DTM
mmidy 02/02/01 13:10:26
Modified:java/src/org/apache/xalan/transformer TransformerImpl.java
java/src/org/apache/xpath VariableStack.java
XPathContext.java
Log:
Bug 6156: Change variable stack reset to just get a new object. Also make sure tha
mmidy 01/10/18 14:24:45
Modified:java/src/org/apache/xpath VariableStack.java
Log:
Bugzilla 4218: Make sure that the stack frame gets restored to the frame that was
previously set. Just calling unlink() may restore to the wrong frame, and get us out
of synch.
Revision Chan
sboag 01/08/05 22:57:01
Modified:java/src/org/apache/xpath VariableStack.java
Log:
Address http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2972,
where it was throwing a NPE instead of reporting that the variable
was being accessed before it was bound (i.e. the variable was b
garyp 01/07/10 00:49:14
Modified:java/src/org/apache/xalan/extensions ExpressionContext.java
java/src/org/apache/xalan/templates StylesheetRoot.java
java/src/org/apache/xpath VariableStack.java
XPathContext.java
Log:
Resolve bu
sboag 01/06/29 05:39:02
Modified:java/src/org/apache/xpath VariableStack.java
XPathContext.java
Log:
Add getVariable(QName qname) method, for reply to bug 2355.
Revision ChangesPath
1.30 +113 -42 xml-xalan/java/src/org/apache/xpath/Variab