201
201
# Turns the worksheet into an xml stream, and then finds all the
202
202
# exercise nodes in the stream.
204
204
for kind, data, pos in worksheetdata:
205
205
if kind is genshi.core.START:
206
206
# Data is a tuple of tag name and a list of name->value tuples