Edgewall Software

Opened 14 years ago

Last modified 7 years ago

#342 new defect

py:match does not match class

Reported by: Mitar Owned by: cmlenz
Priority: major Milestone: 0.9
Component: XPath support Version: 0.5.1
Keywords: mmitar@gmail.com Cc:

Description

If I try this match it works:

<py:match path="div[@id='ctxtnav']//li[1]"><li class="first">${select('*|text()')}</li></py:matc

but this one does not:

<py:match path="div[@class='nav']//li[1]"><li class="first">${select('*|text()')}</li></py:match

on a <div> element with both id and class set accordingly. I believe this is a bug.

Change History (3)

comment:1 Changed 14 years ago by cmlenz

  • Milestone changed from 0.5.2 to 0.6

Milestone 0.5.2 deleted

comment:2 Changed 14 years ago by cmlenz

  • Milestone changed from 0.6 to 0.6.1

comment:3 Changed 7 years ago by hodgestar

  • Milestone changed from 0.6.1 to 0.9

Move to milestone 0.9.

Note: See TracTickets for help on using tickets.