grchiu 2003/07/02 14:21:35
Modified:java/src/org/apache/xalan/templates ElemApplyTemplates.java
Log:
Adding missing trace events for xsl:with-param. Trace events for
xsl:with-param are fired as the parameter expressions are executed.
Revision ChangesPath
1.30 +4 -
mkwan 2003/04/01 12:16:28
Modified:java/src/org/apache/xalan/templates ElemApplyTemplates.java
ElemAttribute.java ElemCopy.java ElemCopyOf.java
ElemElement.java ElemExtensionCall.java
ElemForEach.java ElemLiteralRe
mmidy 02/04/10 13:33:58
Modified:java/src/org/apache/xalan/templates ElemApplyTemplates.java
ElemForEach.java TemplateList.java
VarNameCollector.java
Log:
Change extended types to be an integer and use a structure with a localname, a
sboag 02/03/27 14:11:32
Modified:java/src/org/apache/xalan/templates ElemApplyTemplates.java
Log:
Fix Frank Weiss bug, which has to do with the currentFrameBottom not being
restored properly when inside a with-param.
Fix Cristina bug where the traceEnd event was being passe
mmidy 02/01/31 08:33:25
Modified:java/src/org/apache/xalan/templates ElemApplyTemplates.java
Log:
Bug 5505: Need to resolve params before we do anything else, so move code that does
that above the code that sets up the different node stacks.
Revision ChangesPath
1.19
mmidy 01/10/18 13:30:44
Modified:java/src/org/apache/xalan/templates ElemApplyTemplates.java
ElemCallTemplate.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 t
sboag 01/06/26 12:00:00
Modified:java/src/org/apache/xalan/templates ElemApplyTemplates.java
Log:
Remove check for nParams > 0 in transformSelectedNodes in the loop where
we're setting the params, because otherwise the param won't
be nulled out, and xsl:param won't execute the
sboag 01/06/12 20:42:14
Modified:java/src/org/apache/xalan/templates ElemApplyTemplates.java
Log:
Have to push the default template for default character template. Yuck.
Revision ChangesPath
1.15 +7 -3
xml-xalan/java/src/org/apache/xalan/templates/ElemApply
sboag 01/06/02 20:20:57
Modified:java/src/org/apache/xalan/templates Tag: DTM_EXP
ElemApplyTemplates.java ElemForEach.java
Log:
High tuning of the for-each loop, with steps towards a non-recursive
walk of the stylesheet tree, or at least within the same x