﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
342	py:match does not match class	Mitar	cmlenz	"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."	defect	new	major	0.9	XPath support	0.5.1		mmitar@gmail.com	
