Closed
Bug 78127
Opened 24 years ago
Closed 24 years ago
xsl:choose screws up Action and CurrentNode stack
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: sicking, Assigned: sicking)
Details
Attachments
(2 files)
3.39 KB,
patch
|
Details | Diff | Splinter Review | |
4.01 KB,
patch
|
Details | Diff | Splinter Review |
The code for xsl:choose |return|s after doing it deeds. That bypasses the
|ps->popAction(); ps->popCurrentNode();| at the buttom of processTopLevel. I
also removed one extra string-copy so I had to make getElementType take a |const
String&| insead of |String&|
Most of the changes are indentations so I made a diff -uw
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
As you might have notived, my plan to get you guys reviewing is to flood you
with patches, so theres no point in waiting ;-)
There simply is no escape... muahaHAHA
(I really need some sleep)
Comment 3•24 years ago
|
||
Nice fix....looks good to me. r=me
Comment 4•24 years ago
|
||
r/a=peterv.
Comment 5•24 years ago
|
||
sicking, I need the diff -u, too. I hope, you still have the tree, otherwise
we'd have to get the indentions redone.
Thanx
Axel
Assignee | ||
Comment 6•24 years ago
|
||
I'll get you a -u one as soon as I get my builds going again... hopefully this
week
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
sr=shaver
Comment 9•24 years ago
|
||
fix checked in, Axel
You need to log in
before you can comment on or make changes to this bug.
Description
•