Closed
Bug 92106
Opened 24 years ago
Closed 23 years ago
"@ped:*" doesn't match in AttributeExpr::matches
Categories
(Core :: XSLT, defect, P5)
Core
XSLT
Tracking
()
VERIFIED
FIXED
People
(Reporter: axel, Assigned: keith)
References
Details
This is due to AttributeExpr::matches not checking for isNameWild.
But really, we should have a txNameTest, storing the principal nodetype, instead
of two pretty identical classes.
I read
5.5 Otherwise, if the pattern consists of just a NodeTest preceded by a
ChildOrAttributeAxisSpecifier, then the priority is -0.5.
to say, that ::getDefaultPriority should be the same as in ElementExpr, too.
Axel
wtf is the 'ped' namespace?
(yeah yeah, i *am* bored)
Reporter | ||
Updated•24 years ago
|
Priority: -- → P5
Depends on: 102293
this *is* fixed in bug 102293
Comment 4•23 years ago
|
||
So was this fixed by contexts landing?
yes
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•23 years ago
|
||
we didn't verify for a long time.
I really checked, so VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•