﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
290,FilterTransformation drops event following OUTSIDE sequence,Stephen Compall <stephen.compall@…>,cmlenz,"As seen with:

{{{
#!python
>>> from genshi.filters.transform import Transformer
>>> from genshi.input import XML
>>> print XML('<a>b</a>') | Transformer('//text()').filter(lambda x: x).trace()
(None, ('START', (QName(u'a'), Attrs()), (None, 1, 0)))
('OUTSIDE', ('TEXT', u'b', (None, 1, 3)))
<a>b
}}}

Perhaps this has something to do with the unused `stopped` var in `FilterTransformation.__call__`?
",defect,closed,major,0.6,General,0.5,fixed,patch,
