cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java

2003-07-02 Thread grchiu
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 -

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java ElemAttribute.java ElemCopy.java ElemCopyOf.java ElemElement.java ElemExtensionCall.java ElemForEach.java ElemLiteralResult.java ElemTemplateElement.java ElemTextLiteral.java ElemValueOf.java OutputProperties.java StylesheetRoot.java output_html.properties output_text.properties output_xml.properties

2003-04-01 Thread mkwan
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java ElemForEach.java TemplateList.java VarNameCollector.java

2002-04-10 Thread mmidy
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java

2002-03-27 Thread sboag
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java

2002-01-31 Thread mmidy
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java ElemCallTemplate.java

2001-10-18 Thread mmidy
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java

2001-06-26 Thread sboag
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java

2001-06-12 Thread sboag
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java ElemForEach.java

2001-06-02 Thread sboag
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